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

Unified Diff: chrome/browser/prefs/pref_set_observer.h

Issue 9620010: Added Protector backup for Preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload 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
« no previous file with comments | « chrome/browser/extensions/extension_prefs.cc ('k') | chrome/browser/prefs/pref_set_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/pref_set_observer.h
diff --git a/chrome/browser/prefs/pref_set_observer.h b/chrome/browser/prefs/pref_set_observer.h
index acf02f3ae7ec10397146e2e3682f40301fcb8cab..018f528ce5984b5fcae1584f273da4f3dad7354f 100644
--- a/chrome/browser/prefs/pref_set_observer.h
+++ b/chrome/browser/prefs/pref_set_observer.h
@@ -42,6 +42,11 @@ class PrefSetObserver : public content::NotificationObserver {
PrefService* pref_service,
content::NotificationObserver* observer);
+ // Create a pref set observer for preferences accessed by ProtectorService.
+ static PrefSetObserver* CreateProtectedPrefSetObserver(
+ PrefService* pref_service,
+ content::NotificationObserver* observer);
+
private:
// Overridden from content::NotificationObserver.
virtual void Observe(int type,
« no previous file with comments | « chrome/browser/extensions/extension_prefs.cc ('k') | chrome/browser/prefs/pref_set_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698