| Index: chrome/browser/prefs/overlay_user_pref_store.h
|
| diff --git a/chrome/browser/prefs/overlay_user_pref_store.h b/chrome/browser/prefs/overlay_user_pref_store.h
|
| index 593c342b7a483d6b3a2ba22bcbee5e78c87475aa..198fc7fe93eb18c0ce1902406f228f625638069c 100644
|
| --- a/chrome/browser/prefs/overlay_user_pref_store.h
|
| +++ b/chrome/browser/prefs/overlay_user_pref_store.h
|
| @@ -50,14 +50,11 @@ class OverlayUserPrefStore : public PersistentPrefStore,
|
| virtual void CommitPendingWrite() OVERRIDE;
|
| virtual void ReportValueChanged(const std::string& key) OVERRIDE;
|
|
|
| - protected:
|
| - void RegisterOverlayProperty(const std::string& key);
|
| - void RegisterOverlayProperty(const std::string& overlay_key,
|
| - const std::string& underlay_key);
|
| + void RegisterOverlayPref(const std::string& key);
|
| + void RegisterOverlayPref(const std::string& overlay_key,
|
| + const std::string& underlay_key);
|
|
|
| private:
|
| - friend class OverlayUserPrefStoreTest;
|
| -
|
| typedef std::map<std::string, std::string> NamesMap;
|
|
|
| // Methods of PrefStore::Observer.
|
|
|