| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 1314c8e186f2b34b980de46efaebc855980ebd21..2f58db931018801758244c0cd4480efd05f240d0 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -430,6 +430,10 @@ enum NotificationType {
|
| // unloaded and reloaded. The source is a Profile.
|
| NOTIFICATION_EXTENSIONS_READY,
|
|
|
| + // Sent when the extension action box is updated for a tab. The source is the
|
| + // Profile and the details are the TabContentsWrapper for the tab.
|
| + NOTIFICATION_EXTENSION_ACTION_BOX_UPDATED,
|
| +
|
| // Sent when a new extension is loaded. The details are an Extension, and
|
| // the source is a Profile.
|
| NOTIFICATION_EXTENSION_LOADED,
|
|
|