diff options
Diffstat (limited to 'chrome/common/extensions/extension_constants.h')
-rw-r--r-- | chrome/common/extensions/extension_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h index 5720b5f..756a888 100644 --- a/chrome/common/extensions/extension_constants.h +++ b/chrome/common/extensions/extension_constants.h @@ -322,6 +322,9 @@ namespace extension_misc { // User clicked web store launcher on NTP. APP_LAUNCH_NTP_WEBSTORE, + // App launched after the user re-enabled it on the NTP. + APP_LAUNCH_NTP_APP_RE_ENABLE, + APP_LAUNCH_BUCKET_BOUNDARY, APP_LAUNCH_BUCKET_INVALID }; |