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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10824307: Port Extension Commands to Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
Index: chrome/common/chrome_notification_types.h
===================================================================
--- chrome/common/chrome_notification_types.h (revision 151684)
+++ chrome/common/chrome_notification_types.h (working copy)
@@ -589,6 +589,21 @@
// and the name of the command being added).
NOTIFICATION_EXTENSION_COMMAND_ADDED,
+ // Sent when an extension command shortcut for a browser action is activated
+ // on Mac. The source is the profile and the details is a std::string
+ // containing an extension ID.
+ NOTIFICATION_EXTENSION_COMMAND_BROWSER_ACTION_MAC,
+
+ // Sent when an extension command shortcut for a page action is activated
+ // on Mac. The source is the profile and the details is a std::string
+ // containing an extension ID.
+ NOTIFICATION_EXTENSION_COMMAND_PAGE_ACTION_MAC,
+
+ // Sent when an extension command shortcut for a script badge is activated
+ // on Mac. The source is the profile and the details is a std::string
+ // containing an extension ID.
+ NOTIFICATION_EXTENSION_COMMAND_SCRIPT_BADGE_MAC,
+
// A new extension RenderViewHost has been registered. The details are
// the RenderViewHost*.
NOTIFICATION_EXTENSION_VIEW_REGISTERED,

Powered by Google App Engine
This is Rietveld 408576698