| Index: base/prefs/public/pref_change_registrar.h
|
| diff --git a/base/prefs/public/pref_change_registrar.h b/base/prefs/public/pref_change_registrar.h
|
| index 352c78837a3bca8d21a2570b21f183f313306a65..19a690ae56d286020c115a8e8a4846c2621b0cbb 100644
|
| --- a/base/prefs/public/pref_change_registrar.h
|
| +++ b/base/prefs/public/pref_change_registrar.h
|
| @@ -61,6 +61,9 @@ class BASE_PREFS_EXPORT PrefChangeRegistrar : public PrefObserver {
|
| // Check whether any of the observed preferences has the managed bit set.
|
| bool IsManaged();
|
|
|
| + // Return the PrefServiceBase for this registrar.
|
| + PrefServiceBase* prefs();
|
| +
|
| private:
|
| // PrefObserver:
|
| virtual void OnPreferenceChanged(PrefServiceBase* service,
|
|
|