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

Unified Diff: chrome/common/notification_type.h

Issue 2967007: Disable outdated plugins, block non-sandboxed plugins. (Closed)
Patch Set: '' Created 10 years, 5 months 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/plugin_group.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 19b04655cf956887e7e1c17968b73e9d194838be..c94800ebaf592d109d87a4d15b14618ed25cb670 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -537,6 +537,10 @@ class NotificationType {
// interception. No details are expected.
CHROME_PLUGIN_UNLOADED,
+ // This is sent in the RenderView when previously blocked plugins on a page
+ // should be loaded. The source is the RenderView. No details are expected.
+ SHOULD_LOAD_PLUGINS,
+
// This is sent when a login prompt is shown. The source is the
// Source<NavigationController> for the tab in which the prompt is shown.
// Details are a LoginNotificationDetails which provide the LoginHandler
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/plugin_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698