Commit ec82838f authored by bcwhite@chromium.org's avatar bcwhite@chromium.org

Add missing histogram definition for signin confirmations.

BUG=

Review URL: https://codereview.chromium.org/82733007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236873 0039d316-1c4b-4281-b951-d872f2087c98
parent bc5fd24c
......@@ -16447,6 +16447,13 @@ other types of suffix sets.
</summary>
</histogram>
<histogram name="Signin.OneClickConfirmation" enum="SigninFlowConfirmations">
<summary>
Count of the ways users interact with the confirmation dialogs of the new
web based sign in to Chrome flow (accessed via the one click signin).
</summary>
</histogram>
<histogram name="SimpleCache.App.CheckCRCResult" enum="CheckCRCResult">
<summary>
Whether or not the CRC was checked at the moment when the last reference to
......@@ -28523,6 +28530,23 @@ other types of suffix sets.
<int value="2" label="Dismiss"/>
</enum>
<enum name="SigninFlowConfirmations" type="int">
<int value="0" label="Shown"/>
<int value="1" label="OK"/>
<int value="2" label="Return"/>
<int value="3" label="Advanced"/>
<int value="4" label="Close"/>
<int value="5" label="Escape"/>
<int value="6" label="Undo"/>
<int value="7" label="Learn more"/>
<int value="8" label="Learn more ok"/>
<int value="9" label="Learn more return"/>
<int value="10" label="Learn more advanced"/>
<int value="11" label="Learn more close"/>
<int value="12" label="Learn more escape"/>
<int value="13" label="Learn more undo"/>
</enum>
<enum name="SimpleCache.EntryCreatedAndStream2Omitted" type="int">
<int value="0" label="Stream 2 file was present"/>
<int value="1" label="Empty stream 2 file was omitted"/>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment