Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 383283002: [Password Manager] Fix PasswordManager.SyncingAccountState labeling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 24273456cfaf2d957bbc5c852faea2d99be3e598..999969e52071c062fe119ac8f5d18aaa636b473c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43897,11 +43897,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">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698