summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_prefs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_prefs.cc')
-rw-r--r--chrome/browser/extensions/extension_prefs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_prefs.cc b/chrome/browser/extensions/extension_prefs.cc
index c33ea33..9b28456 100644
--- a/chrome/browser/extensions/extension_prefs.cc
+++ b/chrome/browser/extensions/extension_prefs.cc
@@ -222,7 +222,7 @@ bool ExtensionPrefs::ReadExtensionPrefBoolean(
return false;
DictionaryValue* ext = NULL;
- if (!extensions->GetDictionary(ASCIIToWide(extension_id), &ext)) {
+ if (!extensions->GetDictionary(extension_id, &ext)) {
// No such extension yet.
return false;
}