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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2331123002: Remove DocumentMode usage histogram. (Closed)
Patch Set: Created 4 years, 3 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/metrics/android_metrics_provider.cc ('k') | no next file » | 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 e8671dc9551b1779a3a8de1214d94fcf1bb9af5f..fb0b7416ec5c07c11f30aeefcb14335fada9e315 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10380,6 +10380,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="DocumentActivity.Enabled" enum="RunningMode">
<owner>mariakhomenko@chromium.org</owner>
+ <obsolete>
+ Removed 9/2016.
+ </obsolete>
<summary>
Recorded only for Android. Records on every metrics upload whether document
mode is enabled.
@@ -92928,6 +92931,9 @@ To add a new entry, add it with any value and run test to compute valid value.
</enum>
<enum name="RunningMode" type="int">
+ <obsolete>
+ Removed 9/2016.
+ </obsolete>
<int value="0" label="Document Mode"/>
<int value="1" label="Tabbed Mode"/>
</enum>
« no previous file with comments | « chrome/browser/metrics/android_metrics_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698