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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 7776001: ntp4: improved app install, try 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove #app-id altogether Created 9 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
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 20142c01708fd7615b5d4228566ae210db741ab6..a139c5a17e5300037ac6866edeb3a2bba63706a2 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 string ID of the extension
+ // which was installed.
+ NOTIFICATION_APP_INSTALLED_TO_NTP,
+
#if defined(OS_CHROMEOS)
// Sent when WebSocketProxy started accepting connections.
NOTIFICATION_WEB_SOCKET_PROXY_STARTED,

Powered by Google App Engine
This is Rietveld 408576698