| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index b0eb519ecbdaa67ee272a94895825fe12dd76915..c9b92a934282a1859da2568d893eacc0606e03ca 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -571,7 +571,8 @@ enum NotificationType {
|
| NOTIFICATION_EXTENSION_PAGE_ACTION_COUNT_CHANGED,
|
|
|
| // Sent when a browser action's visibility has changed. The source is the
|
| - // ExtensionPrefs* that changed. The details are a Extension*.
|
| + // ExtensionPrefs* that changed, and the details are a std::string with the
|
| + // extension's ID.
|
| NOTIFICATION_EXTENSION_BROWSER_ACTION_VISIBILITY_CHANGED,
|
|
|
| // Sent when a page action's visibility has changed. The source is the
|
| @@ -594,18 +595,21 @@ enum NotificationType {
|
| 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.
|
| + // on Mac. The source is the profile and the details is a std::pair of a
|
| + // std::string containing an extension ID and a gfx::NativeWindow for the
|
| + // associated window.
|
| 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.
|
| + // on Mac. The source is the profile and the details is a std::pair of a
|
| + // std::string containing an extension ID and a gfx::NativeWindow for the
|
| + // associated window.
|
| 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.
|
| + // on Mac. The source is the profile and the details is a std::pair of a
|
| + // std::string containing an extension ID and a gfx::NativeWindow for the
|
| + // associated window.
|
| NOTIFICATION_EXTENSION_COMMAND_SCRIPT_BADGE_MAC,
|
|
|
| // A new extension RenderViewHost has been registered. The details are
|
|
|