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

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

Issue 2882693002: Custom Tabs: add speculation status histograms. (Closed)
Patch Set: comments Created 3 years, 6 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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index c3c39ff4a444963a3db8320294f4be703aa7ce71..0cd6a46fab6828c5c1dcfadc83517aea1c6e07c8 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -6736,6 +6736,26 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="7" label="10.0"/>
<int value="8" label="10.1"/>
<int value="9" label="11.0"/>
+
+<enum name="CustomTabsSpeculationStatusOnStart" type="int">
+ <int value="0"
+ label="Speculation allowed. If started, the kind will also be recorded"/>
+ <int value="1" label="Prefetch kind of speculation started"/>
+ <int value="2" label="Prerender kind of speculation started"/>
+ <int value="3" label="Background Tab kind of speculation started"/>
+ <int value="4" label="Prerender speculation allowed, but not started"/>
+ <int value="5" label="Aborted: Device class"/>
+ <int value="6" label="Aborted: Block 3rd party cookies"/>
+ <int value="7" label="Aborted: Network prediction disabled"/>
+ <int value="8" label="Aborted: Data reduction enabled"/>
+ <int value="9" label="Aborted: Network metered"/>
+</enum>
+
+<enum name="CustomTabsSpeculationStatusOnSwap" type="int">
+ <int value="0" label="Background Tab Swapped In"/>
+ <int value="1" label="Background Tab Not Matched"/>
+ <int value="2" label="Prerender Swapped In"/>
+ <int value="3" label="Prerender Not Matched"/>
</enum>
<enum name="D3D11InitializeResult" type="int">

Powered by Google App Engine
This is Rietveld 408576698