Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index b2137924c08831f4c0402ba71b0451c694e87581..f1101cc4894709de656db716c7fa5b0ebe6ed4fe 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -887,6 +887,10 @@ enum NotificationType { |
// Sent when the browser enters or exits fullscreen mode. |
NOTIFICATION_FULLSCREEN_CHANGED, |
+ // Sent by the PluginPrefs when there is a change of plugin |
+ // enable/disable status. |
+ NOTIFICATION_PLUGIN_ENABLE_STATUS_CHANGED, |
+ |
// Note:- |
// Currently only Content and Chrome define and use notifications. |
// Custom notifications not belonging to Content and Chrome should start |