Index: chrome/browser/plugins/plugin_prefs.cc |
diff --git a/chrome/browser/plugins/plugin_prefs.cc b/chrome/browser/plugins/plugin_prefs.cc |
index 9416d43abbb91ed1fdb65dbda92b86befb444664..80cc256c2db412a0b3e6ff13f57076224549d777 100644 |
--- a/chrome/browser/plugins/plugin_prefs.cc |
+++ b/chrome/browser/plugins/plugin_prefs.cc |
@@ -575,8 +575,10 @@ webkit::npapi::PluginList* PluginPrefs::GetPluginList() const { |
void PluginPrefs::GetPreferencesDataOnFileThread() { |
std::vector<webkit::WebPluginInfo> plugins; |
+#if defined(ENABLE_PLUGINS) |
jam
2012/12/19 01:55:15
ditto
nilesh
2012/12/19 21:07:44
Removed this file too.
|
webkit::npapi::PluginList* plugin_list = GetPluginList(); |
plugin_list->GetPluginsNoRefresh(&plugins); |
+#endif |
BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, |
base::Bind(&PluginPrefs::OnUpdatePreferences, this, plugins)); |