| Index: chrome/browser/prefs/pref_service.h
|
| diff --git a/chrome/browser/prefs/pref_service.h b/chrome/browser/prefs/pref_service.h
|
| index 632bc8482c375ac31392e6da0402f26385a20ebc..18266bc6bee386d5451787b75b8a5c861618728b 100644
|
| --- a/chrome/browser/prefs/pref_service.h
|
| +++ b/chrome/browser/prefs/pref_service.h
|
| @@ -225,6 +225,8 @@ class PrefService : public NonThreadSafe {
|
|
|
| PrefValueStore* pref_value_store() const { return pref_value_store_.get(); }
|
|
|
| + PrefStore* GetExtensionPrefStore() const;
|
| +
|
| protected:
|
| // The PrefNotifier handles registering and notifying preference observers.
|
| // It is created and owned by this PrefService. Subclasses may access it for
|
|
|