| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index a781c358e26d138225023ae260b2e7e7b0b85d0b..1adefc73e5befa63dd8bace72ca218ba3d810a05 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -1121,6 +1121,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.
|
|
|