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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2422413003: customtabs: Add a histogram about the state if the renderer on creation. (Closed)
Patch Set: . Created 4 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/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.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 c281d7ed0d566d3847462c0e12a42fc107f82e24..80361db007c3624b2f3f03bc39cb2ba0a8f27d28 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8055,6 +8055,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="CustomTabs.WebContentsStateOnLaunch" enum="WebContentsState">
+ <owner>lizeb@chromium.org</owner>
+ <summary>
+ Android: When a CustomTabActivity creates its Tab, whether we use a
+ prerendered WebContents, a spare renderer or create a new WebContents.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.AutoLoFiAccuracy"
enum="DataReductionProxyAutoLoFiAccuracy">
<owner>bengr@chromium.org</owner>
@@ -102426,6 +102434,12 @@ value.
<int value="3" label="Accepted only by NSS (rejected by iOS)."/>
</enum>
+<enum name="WebContentsState" type="int">
+ <int value="0" label="No WebContents"/>
+ <int value="1" label="Prerendered WebContents"/>
+ <int value="2" label="Spare WebContents"/>
+</enum>
+
<enum name="WebFontCacheHit" type="int">
<int value="0" label="Miss"/>
<int value="1" label="Hit disk cache"/>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698