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 |