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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 168623003: Add chrome.screenlockPrivate API functions to handle alternate auth types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update screen locker to send event Created 6 years, 10 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 247bc9e5196cbfdf66735398f2009d116e4647ac..76e9633e43e07534c368bc5e20ec6a7f944d1410 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26143,6 +26143,10 @@ other types of suffix sets.
<int value="683" label="WEBVIEW_GETZOOM"/>
<int value="684" label="DEVELOPERPRIVATE_REQUESTFILESOURCE"/>
<int value="685" label="DEVELOPERPRIVATE_OPENDEVTOOLS"/>
+ <int value="686" label="SCREENLOCKPRIVATE_HIDEBUTTON"/>
Alexei Svitkine (slow) 2014/02/24 15:54:33 I think this is missing entries for: ACTIVITYLOGP
Tim Song 2014/02/24 19:10:58 Done. SCREENLOCKPRIVATE_ACCEPTAUTHATTEMPT is not a
Alexei Svitkine (slow) 2014/02/24 19:16:10 Do you mean "is now"?
Tim Song 2014/02/24 19:22:54 That was an unfortunate typo. Yes, I did mean "is
+ <int value="687" label="SCREENLOCKPRIVATE_SETAUTHTYPE"/>
+ <int value="688" label="SCREENLOCKPRIVATE_GETAUTHTYPE"/>
+ <int value="689" label="SCREENLOCKPRIVATE_ACCEPTAUTHATTEMPT"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698