Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 76f0de6f982464c072325371593ec30590f2bb4e..adbbdc3e615b5caa13eeb93824452ec3b14e75f6 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -2639,11 +2639,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</histogram> |
<histogram name="BackgroundMode.OnStartup.AutoLaunchState" |
- enum="AutoLaunchState"> |
+ enum="BooleanBackgroundMode"> |
gab
2015/11/11 21:04:15
@rkaplow: Is this sane? Essentially we're going fr
rkaplow
2015/11/12 18:00:26
We generally don't really like having data coming
gab
2015/11/12 18:44:26
Ok, brought back the enum in histograms.xml. Can I
|
<owner>gab@chromium.org</owner> |
<summary> |
- Logged during BackgroundModeManager's initialization. Indicates the |
- AutoLaunchState the current browser process was launched in. |
+ Logged during BackgroundModeManager's initialization. Indicates whether the |
+ browser process was launched in background mode or not. |
</summary> |
</histogram> |
@@ -54131,13 +54131,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<int value="11" label="User edited autofilled field (once)"/> |
</enum> |
-<enum name="AutoLaunchState" type="int"> |
- <int value="0" label="AUTO_LAUNCH_NONE"/> |
- <int value="1" label="AUTO_LAUNCH_BACKGROUND"/> |
- <int value="2" label="AUTO_LAUNCH_FOREGROUND"/> |
- <int value="3" label="AUTO_LAUNCH_FOREGROUND_USELESS"/> |
-</enum> |
- |
<enum name="BackgroundModeMenuItem" type="int"> |
<int value="0" label="About"/> |
<int value="1" label="Task manager"/> |
@@ -54498,6 +54491,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<int value="1" label="Available"/> |
</enum> |
+<enum name="BooleanBackgroundMode" type="int"> |
+ <int value="0" label="Normal launch"/> |
+ <int value="1" label="Launch in background mode"/> |
+</enum> |
+ |
<enum name="BooleanBlocked" type="int"> |
<int value="0" label="Not Blocked"/> |
<int value="1" label="Blocked"/> |