Index: chrome/browser/prefs/pref_service.cc |
diff --git a/chrome/browser/prefs/pref_service.cc b/chrome/browser/prefs/pref_service.cc |
index fda53a7cca864b36439e715d657d934409a6e723..f7a11ffebcaac4091707e9c51843b52e7819ca56 100644 |
--- a/chrome/browser/prefs/pref_service.cc |
+++ b/chrome/browser/prefs/pref_service.cc |
@@ -579,6 +579,10 @@ void PrefService::SetUserPrefValue(const char* path, Value* new_value) { |
pref_notifier_->OnUserPreferenceSet(path); |
} |
+PrefStore* PrefService::GetExtensionPrefStore() const { |
+ return pref_value_store()->GetExtensionPrefStore(); |
+} |
+ |
/////////////////////////////////////////////////////////////////////////////// |
// PrefService::Preference |