Index: chrome/browser/plugin_updater.h |
diff --git a/chrome/browser/plugin_updater.h b/chrome/browser/plugin_updater.h |
index 526433481caba31d33a2e901e9bf2fb65e8bcf06..2b4e6d1fa4876f2620aa28c2dfe3fc37331efb27 100644 |
--- a/chrome/browser/plugin_updater.h |
+++ b/chrome/browser/plugin_updater.h |
@@ -59,7 +59,9 @@ class PluginUpdater : public NotificationObserver { |
static void OnUpdatePreferences( |
Profile* profile, |
const std::vector<WebPluginInfo>& plugins, |
- const std::vector<PluginGroup>& groups); |
+ const std::vector<PluginGroup>& groups, |
+ const NPAPI::PluginList::DisabledPluginsList& disabled_plugins, |
+ const NPAPI::PluginList::DisabledGroupsList& disabled_groups); |
// Queues sending the notification that plugin data has changed. This is done |
// so that if a bunch of changes happen, we only send one notification. |