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

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

Issue 1439803002: Remove logic for unused foreground auto-launch mode on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@d1_rm_auto_launch_trial
Patch Set: Created 5 years, 1 month 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 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"/>
« chrome/installer/util/util_constants.h ('K') | « cloud_print/service/win/chrome_launcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698