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

Unified Diff: chrome/browser/profiles/profile.h

Issue 11620012: [Profiles, Fixit] Making GAIAInfoUpdateService into a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing RegisterUserPrefs Created 8 years 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/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index ded08796dd7fba2f7252c92738de42dd4a4939a5..edb1f3ce42a4eff803beadab4c3f9d111b540545 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -21,7 +21,6 @@ class ChromeURLDataManager;
class ExtensionService;
class ExtensionSpecialStoragePolicy;
class FaviconService;
-class GAIAInfoUpdateService;
class HostContentSettingsMap;
class PasswordStore;
class PrefService;
@@ -205,9 +204,6 @@ class Profile : public content::BrowserContext {
virtual ExtensionSpecialStoragePolicy*
GetExtensionSpecialStoragePolicy() = 0;
- // Accessor. The instance is created upon first access.
- virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() = 0;
-
// Returns the ManagedModePolicyProvider for this profile, if it exists.
virtual policy::ManagedModePolicyProvider* GetManagedModePolicyProvider() = 0;

Powered by Google App Engine
This is Rietveld 408576698