Chromium Code Reviews| Index: chrome/common/chrome_notification_types.h |
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
| index 20142c01708fd7615b5d4228566ae210db741ab6..f308d78770a8df3356144f03047254d679894370 100644 |
| --- a/chrome/common/chrome_notification_types.h |
| +++ b/chrome/common/chrome_notification_types.h |
| @@ -841,6 +841,11 @@ enum { |
| // Sent when the applications in the NTP app launcher have been reordered. |
| NOTIFICATION_EXTENSION_LAUNCHER_REORDERED, |
| + // Sent when an app is installed and an NTP has been shown. Source is the |
| + // TabContents that was shown, and Details is the Extension which was |
|
Rick Byers
2011/08/29 16:01:00
s/Extension/extension ID
Evan Stade
2011/08/29 19:07:20
Done.
|
| + // installed. |
| + NOTIFICATION_APP_INSTALLED_TO_NTP, |
| + |
| #if defined(OS_CHROMEOS) |
| // Sent when WebSocketProxy started accepting connections. |
| NOTIFICATION_WEB_SOCKET_PROXY_STARTED, |