Index: chrome/browser/prefs/pref_service_syncable.h |
diff --git a/chrome/browser/prefs/pref_service_syncable.h b/chrome/browser/prefs/pref_service_syncable.h |
index 03607724bb50d68c2af2dafcbd5aa2a65c181e25..81014eff2acaa02b42aad7f67ceed78019f4a0bd 100644 |
--- a/chrome/browser/prefs/pref_service_syncable.h |
+++ b/chrome/browser/prefs/pref_service_syncable.h |
@@ -112,6 +112,8 @@ class PrefServiceSyncable : public PrefService { |
private: |
friend class PrefModelAssociator; |
+ virtual bool AllowPrefRegistrarSimple() const OVERRIDE; |
+ |
// Invoked internally when the IsSyncing() state changes. |
void OnIsSyncingChanged(); |