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

Unified Diff: chrome/browser/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: add migration from NTP sorting Created 7 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
« no previous file with comments | « no previous file | chrome/browser/extensions/activity_log/activity_log.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index f6ecc4441a968803d7062c8e95dd2085808a09a4..67c989b147be578f86fa7aa15d21cc86b383c14e 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -1014,6 +1014,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,
sky 2013/08/19 15:58:55 Aren't we in the process of nuking NotificationSer
calamity 2013/08/20 05:05:18 Added AppListExtensionSortingObserver.
+
// 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.
« no previous file with comments | « no previous file | chrome/browser/extensions/activity_log/activity_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698