summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_updater.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugin_updater.cc')
-rw-r--r--chrome/browser/plugin_updater.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_updater.cc b/chrome/browser/plugin_updater.cc
index 3a794e3..6ca9b7e 100644
--- a/chrome/browser/plugin_updater.cc
+++ b/chrome/browser/plugin_updater.cc
@@ -156,7 +156,7 @@ void DisablePluginGroupsFromPrefs(Profile* profile) {
}
if (!enabled)
NPAPI::PluginList::Singleton()->DisablePlugin(plugin_path);
- } else if (!enabled && plugin->GetStringAsUTF16("name", &group_name)) {
+ } else if (!enabled && plugin->GetString("name", &group_name)) {
// Otherwise this is a list of groups.
EnablePluginGroup(false, group_name);
}