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

Unified Diff: chrome/browser/profiles/gaia_info_update_service.cc

Issue 11620012: [Profiles, Fixit] Making GAIAInfoUpdateService into a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing permissions Created 7 years, 12 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
Index: chrome/browser/profiles/gaia_info_update_service.cc
diff --git a/chrome/browser/profiles/gaia_info_update_service.cc b/chrome/browser/profiles/gaia_info_update_service.cc
index c7229fc9ea7736aac4b11c390c5343933f689d68..8e08de2708fd671c2c84f3115c6e49a89be3cbec 100644
--- a/chrome/browser/profiles/gaia_info_update_service.cc
+++ b/chrome/browser/profiles/gaia_info_update_service.cc
@@ -77,16 +77,6 @@ bool GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(Profile* profile) {
return false;
}
-// static
-void GAIAInfoUpdateService::RegisterUserPrefs(PrefServiceSyncable* prefs) {
- prefs->RegisterInt64Pref(prefs::kProfileGAIAInfoUpdateTime,
- 0,
- PrefServiceSyncable::UNSYNCABLE_PREF);
- prefs->RegisterStringPref(prefs::kProfileGAIAInfoPictureURL,
- "",
- PrefServiceSyncable::UNSYNCABLE_PREF);
-}
-
bool GAIAInfoUpdateService::NeedsProfilePicture() const {
return true;
}
« no previous file with comments | « chrome/browser/profiles/gaia_info_update_service.h ('k') | chrome/browser/profiles/gaia_info_update_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698