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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2902963002: Add a new LaunchMode value for launches from a user experiment. (Closed)
Patch Set: LM_OTHER Created 3 years, 6 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 | « chrome/browser/ui/startup/startup_browser_creator_impl.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index f258ef1452aee155f317c97c5aa4ccb84e3bb067..afc443d1ed7ebfef3c02f1e504b1547e95ea7f81 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -20818,6 +20818,34 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="268959744" label="NEW_TASK | NEW_DOCUMENT"/>
</enum>
+<enum name="LaunchMode" type="int">
+ <int value="1" label="LM_AS_WEBAPP">
+ Launched as an installed web application
+ </int>
+ <int value="2" label="LM_WITH_URLS">Launched with urls in the cmd line</int>
+ <int value="3" label="LM_OTHER">
+ Fallback value when no other LM_ condition is satisfied
+ </int>
+ <int value="4" label="LM_SHORTCUT_NONAME">
+ Launched from shortcut but the path to the shortcut cannot be determined
+ </int>
+ <int value="5" label="LM_SHORTCUT_UNKNOWN">
+ Launched from user-defined shortcut
+ </int>
+ <int value="6" label="LM_SHORTCUT_QUICKLAUNCH">
+ Launched from the quick launch bar (pre-Win7)
+ </int>
+ <int value="7" label="LM_SHORTCUT_DESKTOP">
+ Launched from a desktop shortcut
+ </int>
+ <int value="8" label="LM_SHORTCUT_TASKBAR">
+ Launched from the taskbar (Win7 and higher)
+ </int>
+ <int value="9" label="LM_USER_EXPERIMENT">
+ Launched from the installer as part of a retention experiment
+ </int>
+</enum>
+
<enum name="LazyCSSParseUsage" type="int">
<int value="0" label="&gt;= 0%"/>
<int value="1" label="&gt; 10%"/>
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator_impl.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698