Home
last modified time | relevance | path

Searched refs:GetAccessTokenForTest (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
Dsync_auth_test.cc241 std::string old_token = GetClient(0)->service()->GetAccessTokenForTest(); in IN_PROC_BROWSER_TEST_F()
264 std::string new_token = GetClient(0)->service()->GetAccessTokenForTest(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service.h538 std::string GetAccessTokenForTest() const;
Dprofile_sync_service.cc2216 std::string ProfileSyncService::GetAccessTokenForTest() const { in GetAccessTokenForTest() function in ProfileSyncService