Index: chrome/browser/plugin_updater.cc |
diff --git a/chrome/browser/plugin_updater.cc b/chrome/browser/plugin_updater.cc |
index bd12749c066455e33fb39aeff9b71e03c12d9fe8..887fba8e00ea6bfb5dc40ac8ca91a4f7ecc054e7 100644 |
--- a/chrome/browser/plugin_updater.cc |
+++ b/chrome/browser/plugin_updater.cc |
@@ -264,7 +264,7 @@ void PluginUpdater::UpdatePreferences(Profile* profile, int delay_ms) { |
void PluginUpdater::GetPreferencesDataOnFileThread(void* profile) { |
std::vector<webkit::npapi::WebPluginInfo> plugins; |
- webkit::npapi::PluginList::Singleton()->GetPlugins(false, &plugins); |
+ webkit::npapi::PluginList::Singleton()->GetPlugins(&plugins); |
std::vector<webkit::npapi::PluginGroup> groups; |
webkit::npapi::PluginList::Singleton()->GetPluginGroups(false, &groups); |