| Index: chrome/browser/plugin_updater.cc
|
| diff --git a/chrome/browser/plugin_updater.cc b/chrome/browser/plugin_updater.cc
|
| index 0691bac6ece6cdac4d4c1e5da6b9cf458f8f8065..1664456e3bebf577ad95250825fccdf8a6eb890a 100644
|
| --- a/chrome/browser/plugin_updater.cc
|
| +++ b/chrome/browser/plugin_updater.cc
|
| @@ -173,7 +173,7 @@ void DisablePluginGroupsFromPrefs(Profile* profile) {
|
| for (ListValue::const_iterator current(plugin_blacklist->begin());
|
| current != end; ++current) {
|
| string16 plugin_name;
|
| - if ((*current)->GetAsUTF16(&plugin_name)) {
|
| + if ((*current)->GetAsString(&plugin_name)) {
|
| policy_disabled_plugins.insert(plugin_name);
|
| }
|
| }
|
|
|