Index: chrome/browser/plugin_updater.cc |
diff --git a/chrome/browser/plugin_updater.cc b/chrome/browser/plugin_updater.cc |
index 3a794e3ac1c1572d66359db01eebd53c8162cda5..6ca9b7ea85538ab0d96ae3fdec063c206c14886d 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); |
} |