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

Unified Diff: chrome/browser/protector/protector_service_factory.h

Issue 9620010: Added Protector backup for Preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace. Created 8 years, 9 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/protector/protector_service_factory.h
diff --git a/chrome/browser/protector/protector_service_factory.h b/chrome/browser/protector/protector_service_factory.h
index e78186ad5879b15ad59600c46074f9e380984f41..5d95979c59fb43c3273a72689d6349990cfaad3b 100644
--- a/chrome/browser/protector/protector_service_factory.h
+++ b/chrome/browser/protector/protector_service_factory.h
@@ -31,6 +31,8 @@ class ProtectorServiceFactory : public ProfileKeyedServiceFactory {
// ProfileKeyedServiceFactory implementation.
virtual ProfileKeyedService* BuildServiceInstanceFor(
Profile* profile) const OVERRIDE;
+ virtual void RegisterUserPrefs(PrefService* user_prefs) OVERRIDE;
+ virtual bool ServiceIsCreatedWithProfile() OVERRIDE;
virtual bool ServiceRedirectedInIncognito() OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(ProtectorServiceFactory);

Powered by Google App Engine
This is Rietveld 408576698