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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 17038002: Separate the NTP app ordering from the app list app ordering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename app_list_extension_ordering to app_list_extension_sorting for consistency Created 7 years, 5 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 a851d6802b5978d9bd210e57992035575b4d5b53..82d3d845edfb300b3659d3f584fbdf0eeade2ceb 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -1129,6 +1129,11 @@ enum NotificationType {
// was moved.
NOTIFICATION_EXTENSION_LAUNCHER_REORDERED,
+ // Sent when the applications in the app list have been reordered.
+ // The details, if not NoDetails, is the std::string ID of the extension that
+ // was moved.
+ NOTIFICATION_APP_LIST_REORDERED,
+
// Sent when an app is installed and an NTP has been shown. Source is the
// WebContents that was shown, and Details is the string ID of the extension
// which was installed.

Powered by Google App Engine
This is Rietveld 408576698