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, |