Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2802)

Unified Diff: chrome/browser/sync/profile_sync_service.h

Issue 2872034: Add the TokenService to the chrome profile (Closed)
Patch Set: Fixed oops :) Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/profile.cc ('k') | chrome/browser/sync/profile_sync_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index 14db31e14463401f462c64abe0a2dec4172296eb..b995ffa50ed76eca16ca82f31786891c1d1db865 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -368,10 +368,6 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
static const wchar_t* GetPrefNameForDataType(syncable::ModelType data_type);
- // When running inside Chrome OS, extract the LSID cookie from the cookie
- // store to bootstrap the authentication process.
- virtual std::string GetLsidForAuthBootstraping();
-
// Time at which we begin an attempt a GAIA authorization.
base::TimeTicks auth_start_time_;
« no previous file with comments | « chrome/browser/profile.cc ('k') | chrome/browser/sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698