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

Unified Diff: chrome/common/notification_type.h

Issue 6297013: [NTP] Allow reordering of apps via drag and drop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: incorporate feedback Created 9 years, 11 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/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 54f2a36cd234b6b55c7e2549a8d919b6a8132b60..fadff2f85502f9a6681b9b2bc1a71a049d699146 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -1305,6 +1305,9 @@ class NotificationType {
// |webkit_glue::PasswordForm|s that were affected.
LOGINS_CHANGED,
+ // Sent when the applications in the NTP app launcher have been reordered.
+ EXTENSION_LAUNCHER_REORDERED,
+
// Count (must be last) ----------------------------------------------------
// Used to determine the number of notification types. Not valid as
// a type parameter when registering for or posting notifications.
« chrome/browser/resources/ntp/apps.js ('K') | « chrome/browser/resources/ntp/drag_drop_controller.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698