Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4694)

Unified Diff: chrome/browser/plugin_updater.h

Issue 5699005: Policy: Re-enabled plugin still disabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MacOS support patched in. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698