| 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">
|
|
|