diff options
Diffstat (limited to 'chrome/browser/pref_service.h')
-rw-r--r-- | chrome/browser/pref_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/pref_service.h b/chrome/browser/pref_service.h index 584063f..4f660ee 100644 --- a/chrome/browser/pref_service.h +++ b/chrome/browser/pref_service.h @@ -127,7 +127,7 @@ class PrefService : public NonThreadSafe { // If the pref at the given path changes, we call the observer's Observe // method with NOTIFY_PREF_CHANGED. - void AddPrefObserver(const wchar_t* path, NotificationObserver* obs); + virtual void AddPrefObserver(const wchar_t* path, NotificationObserver* obs); void RemovePrefObserver(const wchar_t* path, NotificationObserver* obs); // Removes a user pref and restores the pref to its default value. |