diff options
author | calamity@chromium.org <calamity@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-24 00:28:18 +0000 |
---|---|---|
committer | calamity@chromium.org <calamity@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-24 00:28:18 +0000 |
commit | 79f17ef46ad22198aed4c000b3d4134784c8743b (patch) | |
tree | 63500bf1328d99ed4b79714d65a2fbaa908a6c74 /chrome/common/extensions/extension_constants.h | |
parent | 799b2b99710ef2708db0aa615be0ab8b2ac701bd (diff) | |
download | chromium_src-79f17ef46ad22198aed4c000b3d4134784c8743b.zip chromium_src-79f17ef46ad22198aed4c000b3d4134784c8743b.tar.gz chromium_src-79f17ef46ad22198aed4c000b3d4134784c8743b.tar.bz2 |
Added histogram for v2 app launch source
This patch takes the Extensions.AppLaunch UMA stat and logs v2 app launches to Apps.AppLaunch.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=189589
Review URL: https://chromiumcodereview.appspot.com/12708005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190134 0039d316-1c4b-4281-b951-d872f2087c98
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 0b8dd4e..27b4287 100644 --- a/chrome/common/extensions/extension_constants.h +++ b/chrome/common/extensions/extension_constants.h @@ -158,6 +158,9 @@ namespace extension_misc { // The name of the app launch histogram. extern const char kAppLaunchHistogram[]; + // The name of the app launch histogram for platform apps. + extern const char kPlatformAppLaunchHistogram[]; + // The buckets used for app launches. enum AppLaunchBucket { // Launch from NTP apps section while maximized. |