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

Unified Diff: chrome/common/notification_type.h

Issue 347016: Implement page action popups. (Closed)
Patch Set: fixed failing test Created 11 years, 2 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/browser/views/location_bar_view.cc ('k') | no next file » | 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 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,
« no previous file with comments | « chrome/browser/views/location_bar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698