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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 676783003: Record document mode histogram in UMA on every upload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2171
Patch Set: Created 6 years, 2 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 | « components/metrics/metrics_service.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 0976bd9367e5947143a1caa2253b9523a6cf210f..8a9d179146e73da93a00b10ab55c9ab9f2b952d0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4954,6 +4954,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Result of DNS probes sent by the probe service.</summary>
</histogram>
+<histogram name="DocumentActivity.Enabled" enum="RunningMode">
+ <owner>mariakhomenko@chromium.org</owner>
+ <summary>
+ Recorded only for Android. Records on every metrics upload whether document
+ mode is enabled.
+ </summary>
+</histogram>
+
<histogram name="DomainBoundCerts.DBLoadedCount">
<owner>mattm@chromium.org</owner>
<summary>Number of certs loaded from domain bound cert database.</summary>
@@ -50163,6 +50171,11 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="12" label="Import resource"/>
</enum>
+<enum name="RunningMode" type="int">
+ <int value="0" label="Document Mode"/>
+ <int value="1" label="Tabbed Mode"/>
+</enum>
+
<enum name="SavePasswordPromptResponseType" type="int">
<int value="0" label="NO_RESPONSE"/>
<int value="1" label="REMEMBER_PASSWORD"/>
« no previous file with comments | « components/metrics/metrics_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698