| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 262ca22a17dafdaaf988794fe64d9b93b08ab987..54d5455a04aa4b81fdd1dd5c4dd932874598570b 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -57307,7 +57307,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="SafeBrowsing.Pref.Scout" enum="BooleanEnabled">
|
| +<histogram name="SafeBrowsing.Pref.SawInterstitial" enum="Boolean">
|
| + <owner>lpz@chromium.org</owner>
|
| + <summary>
|
| + Whether the current user has ever seen a security interstitial. Recorded for
|
| + all non-Incognito profiles on profile startup.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="SafeBrowsing.Pref.Scout" enum="NullableBoolean">
|
| <owner>lpz@chromium.org</owner>
|
| <summary>
|
| Tracks the Extended Reporting preference transition. Suffixes track which
|
| @@ -102622,6 +102630,15 @@ from previous Chrome versions.
|
| <int value="0" label="0x00000000 - STATUS_SUCCESS"/>
|
| </enum>
|
|
|
| +<enum name="NullableBoolean" type="int">
|
| + <summary>
|
| + A Nullable Boolean can True, False or Null (ie: unset or absent).
|
| + </summary>
|
| + <int value="0" label="False"/>
|
| + <int value="1" label="True"/>
|
| + <int value="2" label="Null"/>
|
| +</enum>
|
| +
|
| <enum name="OAuth2LoginAccountRevokedMigrationState" type="int">
|
| <int value="0" label="Account ID migration not started"/>
|
| <int value="1" label="Account ID migration in progress"/>
|
| @@ -121009,6 +121026,7 @@ from previous Chrome versions.
|
| <histogram_suffixes name="SafeBrowsingScoutPrefValues" separator=".">
|
| <suffix name="SBER1Pref" label="Value of the legacy Extended Reporting pref"/>
|
| <suffix name="SBER2Pref" label="Value of the new Extended Reporting pref"/>
|
| + <affected-histogram name="SafeBrowsing.Pref.SawInterstitial"/>
|
| <affected-histogram name="SafeBrowsing.Pref.Scout.NoScoutGroup"/>
|
| <affected-histogram name="SafeBrowsing.Pref.Scout.ScoutGroup"/>
|
| <affected-histogram name="SafeBrowsing.Pref.Scout.SetPref"/>
|
|
|