Index: chrome/common/notification_type.h |
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h |
index de001548b937f1aae273eee8b25bfc5332fc3c5c..643cca1b9245ccaa634973d4ed05d16ade89a20c 100644 |
--- a/chrome/common/notification_type.h |
+++ b/chrome/common/notification_type.h |
@@ -707,6 +707,10 @@ class NotificationType { |
// ExtensionAction* that changed. The details are an ExtensionActionState*. |
EXTENSION_BROWSER_ACTION_UPDATED, |
+ // Sent when a page action's visibility has changed. The source is the |
+ // ExtensionAction* that changed. The details are a TabContents*. |
+ EXTENSION_PAGE_ACTION_VISIBILITY_CHANGED, |
+ |
// Sent by an extension to notify the browser about the results of a unit |
// test. |
EXTENSION_TEST_PASSED, |