| Index: tools/metrics/histograms/enums.xml
|
| diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
|
| index fd4087b7a7cd618c3fe6e440622b910d7c43783e..bfb57b9904721025973e58ae7db6e85dccab437a 100644
|
| --- a/tools/metrics/histograms/enums.xml
|
| +++ b/tools/metrics/histograms/enums.xml
|
| @@ -16289,6 +16289,9 @@ uploading your change for review. These are checked by presubmit scripts.
|
| </enum>
|
|
|
| <enum name="FirstMeaningfulPaintSignalStatus" type="int">
|
| + <obsolete>
|
| + Deprecated as of 05/17/2017.
|
| + </obsolete>
|
| <int value="0" label="No input, network active"/>
|
| <int value="1" label="Had input, network active"/>
|
| <int value="2" label="No input, network stable"/>
|
| @@ -18496,6 +18499,11 @@ uploading your change for review. These are checked by presubmit scripts.
|
| <int value="1" label="Observed form interaction"/>
|
| </enum>
|
|
|
| +<enum name="HadUserInput" type="int">
|
| + <int value="0" label="Did not have user input"/>
|
| + <int value="1" label="Had user input"/>
|
| +</enum>
|
| +
|
| <enum name="HandleStateType" type="int">
|
| <int value="0" label="Launch"/>
|
| <int value="1" label="Checked launch"/>
|
|
|