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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 763933002: Record container for hosted app launches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 131479adb34a0f0c03b53b3f35648e5e3ef08ecb..f4a397e089445fde70249ea4d27c3301842194d1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -522,6 +522,19 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Apps.HostedAppLaunchContainer">
tapted 2014/11/28 00:35:16 I think you need ` enum="AppLaunchContainer"` on t
+ <owner>benwells@chromium.org</owner>
+ <summary>
+ Records the container used for a hosted app launch. The definition of
+ 'launch' for the purposes of this histogram is different to that used for
+ the launch type histograms. This definition is less inclusive, for example
+ it does not include navigations to the hosted app due to normal browsing,
+ which the other definition does include. This definition could be thought of
+ more as explicit launches via a launch surface such as the app launcher,
+ chrome://apps, or a shortcut.
+ </summary>
+</histogram>
+
<histogram name="Ash.ActiveTouchPoints">
<owner>kuscher@google.com</owner>
<owner>rbyers@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698