Chromium Code Reviews| Index: tools/metrics/histograms/enums.xml |
| diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml |
| index f258ef1452aee155f317c97c5aa4ccb84e3bb067..ab28cf75c3249f3317594b13d6e4763e2ae0be94 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_SHORTCUT_NONE"> |
| + Fallback value when no other LM_ condition is satisfied |
|
Peter Kasting
2017/05/31 01:54:02
Should this be LM_OTHER (here and in the code), th
grt (UTC plus 2)
2017/05/31 07:03:59
Done.
|
| + </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=">= 0%"/> |
| <int value="1" label="> 10%"/> |