| Index: chrome/browser/extensions/api/preference/preference_api.cc
|
| diff --git a/chrome/browser/extensions/api/preference/preference_api.cc b/chrome/browser/extensions/api/preference/preference_api.cc
|
| index d2b21984bde6a055000243dcd88b7cfa627ee3b3..d04f6c0dd22234b5e44ae237eeb97c867924eea4 100644
|
| --- a/chrome/browser/extensions/api/preference/preference_api.cc
|
| +++ b/chrome/browser/extensions/api/preference/preference_api.cc
|
| @@ -426,7 +426,7 @@ void PreferenceAPI::LoadExtensionControlledPrefs(
|
| std::string key = extension_id + "." + scope_string;
|
|
|
| const base::DictionaryValue* source_dict = prefs->pref_service()->
|
| - GetDictionary(prefs::kExtensionsPref);
|
| + GetDictionary(pref_names::kExtensions);
|
| const base::DictionaryValue* preferences = NULL;
|
| if (!source_dict->GetDictionary(key, &preferences))
|
| return;
|
|
|