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.cc282 std::string old_token = GetSyncService((0))->GetAccessTokenForTest(); in IN_PROC_BROWSER_TEST_F()
305 std::string new_token = GetSyncService((0))->GetAccessTokenForTest(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service.h584 std::string GetAccessTokenForTest() const;
Dprofile_sync_service.cc2573 std::string ProfileSyncService::GetAccessTokenForTest() const { in GetAccessTokenForTest() function in ProfileSyncService