Commit 1f175969 authored by gcasto@chromium.org's avatar gcasto@chromium.org

[Password Manager] Fix PasswordManager.SyncingAccountState labeling

BUG=386403

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282749 0039d316-1c4b-4281-b951-d872f2087c98
parent 83613c7e
......@@ -43920,11 +43920,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
The value is a combination of the current sync state and if the user has
their sync password saved.
</summary>
<int value="0" label="Not Syncing/Sync password not saved"/>
<int value="1"
<int value="0" label="Syncing/Sync password not saved"/>
<int value="1" label="Syncing/Sync password saved"/>
<int value="2" label="Not Syncing/Sync password not saved"/>
<int value="3"
label="Not Syncing/Sync pasword saved. This value should not happen."/>
<int value="2" label="Syncing/Sync password not saved"/>
<int value="3" label="Syncing/Sync password saved"/>
</enum>
<enum name="PasswordManagerUIDismissalReason" type="int">
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