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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1325213002: customtabs: UMA histogram tracking whether clients call warmup(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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 | « chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/ClientManagerTest.java ('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 2b79ecce91a197918738cdce5151e24b370fa707..96b11a1505d03e82331f3926181fd132f919da67 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5516,6 +5516,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="CustomTabs.WarmupStateOnLaunch" enum="WarmupStateOnLaunch">
+ <owner>lizeb@chromium.org</owner>
+ <summary>
+ Recorded only on Android. Reports whether warmup() has been called when a
+ Custom Tabs Intent is received from an application, and if so, whether the
+ call could be matched with a session.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.AutoLoFiAccuracy"
enum="DataReductionProxyAutoLoFiAccuracy">
<owner>bengr@chromium.org</owner>
@@ -73441,6 +73450,14 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="5" label="Policy"/>
</enum>
+<enum name="WarmupStateOnLaunch" type="int">
+ <int value="0" label="No Session, No Warmup"/>
+ <int value="1" label="No Session, Warmup"/>
+ <int value="2" label="Session, No Warmup, Warmup called from another UID"/>
+ <int value="3" label="Session, No Warmup"/>
+ <int value="4" label="Session, Warmup"/>
+</enum>
+
<enum name="WebBluetoothConnectGATTOutcome" type="int">
<int value="0" label="Success"/>
<int value="1" label="Device no longer in range"/>
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/ClientManagerTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698