| Index: chrome/browser/prefs/pref_notifier.h
|
| ===================================================================
|
| --- chrome/browser/prefs/pref_notifier.h (revision 60999)
|
| +++ chrome/browser/prefs/pref_notifier.h (working copy)
|
| @@ -71,7 +71,7 @@
|
| virtual void FireObservers(const char* path);
|
|
|
| // If the pref at the given path changes, we call the observer's Observe
|
| - // method with PREF_CHANGED.
|
| + // method with NOTIFY_PREF_CHANGED.
|
| void AddPrefObserver(const char* path, NotificationObserver* obs);
|
| void RemovePrefObserver(const char* path, NotificationObserver* obs);
|
|
|
|
|