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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 989523003: Add metrics for tracking how Chrome handled shortcut launches (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renaming Created 5 years, 9 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:
Download patch
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | tools/metrics/rappor/rappor.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5c2ddf9bd9a784717d76ea4a8b649f86400f9d54..627c798a134e0268aaabd24f79f779f0d384b230 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12459,6 +12459,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Application languages used for UI.</summary>
</histogram>
+<histogram name="Launch.HomeScreen" enum="LaunchFromHomeScreen">
+ <owner>dfalcantara@chromium.org</owner>
+ <summary>
+ Records how Chrome handled a launch from an Android Home screen shortcut.
+ </summary>
+</histogram>
+
<histogram name="LevelDBEnv.All.SafeThreadAccess" units="accesses">
<obsolete>
Deprecated 2013-10. No thread-unsafety was found.
@@ -52059,6 +52066,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="8" label="HandleUpdateOrigins Invalid"/>
</enum>
+<enum name="LaunchFromHomeScreen" type="int">
+ <int value="0" label="Launched as standalone web app"/>
+ <int value="1" label="Launched as a tab"/>
+</enum>
+
<enum name="LevelDBCorruptionTypes" type="int">
<int value="0" label="other"/>
<int value="1" label="missing files"/>
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | tools/metrics/rappor/rappor.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698