| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index e84d1dc4bd0c78219258ceae684e72f5b76e817d..ecda80c08dc8639b749eb8266d5f5dd7b290aa7f 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -6066,6 +6066,10 @@ other types of suffix sets.
|
|
|
| <histogram name="InstantExtended.FallbackToLocalOverlay"
|
| enum="InstantExtended_FallbackCause">
|
| + <obsolete>
|
| + Depcreated as of 10/2013. No longer relevant since the HTML overlay was
|
| + abandoned.
|
| + </obsolete>
|
| <summary>
|
| Records the cause for falling back to a local overlay at the time of
|
| fallback.
|
| @@ -12132,6 +12136,12 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="NewTabPage.URLState" enum="NewTabURLState">
|
| + <summary>
|
| + Records the status of the New Tab page URL when an NTP is opened.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="NewTabPage.VisibleScreenshots">
|
| <summary>
|
| The number of screenshots that were cached for the visible suggestions on
|
| @@ -28379,6 +28389,16 @@ other types of suffix sets.
|
| <int value="4" label="User dismissed the promo"/>
|
| </enum>
|
|
|
| +<enum name="NewTabURLState" type="int">
|
| + <int value="0" label="Valid URL was used"/>
|
| + <int value="1" label="Corrupt state"/>
|
| + <int value="2" label="Incognito window"/>
|
| + <int value="3" label="No URL for default provider"/>
|
| + <int value="4" label="Insecure URL"/>
|
| + <int value="5" label="Suggest is disabled"/>
|
| + <int value="6" label="URL blocked for supervised user"/>
|
| +</enum>
|
| +
|
| <enum name="NotificationActionType" type="int">
|
| <int value="0" label="Unknown"/>
|
| <int value="1" label="Notification added"/>
|
|
|