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

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

Issue 591533002: Different message for offline unlock, first time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 62a27b30a2da9aae442dc66971a21d0368b1b276..99f1015bdecc4f1f6ecf74a234442b77040fac41 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48356,6 +48356,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="1" label="Authentication performed using local credentials"/>
<int value="2" label="Authentication performed on-line"/>
<int value="3" label="Authentication failed"/>
+ <int value="4" label="Authentication failed due to being offline"/>
</enum>
<enum name="ProfileAvatar" type="int">

Powered by Google App Engine
This is Rietveld 408576698