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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1237403003: [Password manager IOS upsteaming] Upstreaming login database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Histograms Created 5 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 08270ea5fea93f5e97200a28a74940ad5107622a..75b4bb91c6c9c670c088b36b14dffcdb7d493c14 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15548,6 +15548,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="LoginDatabase.DecryptFailure">
vabr (Chromium) 2015/07/22 12:44:32 Please rename the histograms to fit in the Passwor
vabr (Chromium) 2015/07/22 12:44:32 I'm not sure if it is a problem that the histogram
+ <owner>melandory@chromium.org</owner>
+ <owner>vabr@chromium.org</owner>
+ <summary>
+ iOS histogram which count failed to retrieve the password from the keychain
vabr (Chromium) 2015/07/22 12:44:32 Suggested rephrasing: Apple's Security Error Code
+ events.
+ </summary>
+</histogram>
+
+<histogram name="LoginDatabase.EncryptFailure">
+ <owner>melandory@chromium.org</owner>
+ <owner>vabr@chromium.org</owner>
+ <summary>
+ iOS histogram which counts failed to save the password to the keychain
vabr (Chromium) 2015/07/22 12:44:32 Suggested rephrasing: Apple's Security Error Code
+ events.
+ </summary>
+</histogram>
+
<histogram name="ManagedUsers.ChromeOS.PasswordChange"
enum="ManagedUserPasswordChange">
<owner>antrim@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698