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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1968083004: Implement the private API for quick unlock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Misc fixes Created 4 years, 6 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 d863572c2733f299fb71c56256be1f26fa2d6e94..3c4152151c007295a314fefe2b353b2974a11e95 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -73296,6 +73296,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1135" label="SYSTEM_DISPLAY_OVERSCANCALIBRATIONCOMPLETE"/>
<int value="1136" label="AUTOFILLPRIVATE_GETCOUNTRYLIST"/>
<int value="1137" label="RUNTIME_RESTARTAFTERDELAY"/>
+ <int value="1138" label="QUICKUNLOCKPRIVATE_SETMODES"/>
+ <int value="1139" label="QUICKUNLOCKPRIVATE_GETACTIVEMODES"/>
+ <int value="1140" label="QUICKUNLOCKPRIVATE_GETAVAILABLEMODES"/>
</enum>
<enum name="ExtensionIconState" type="int">
@@ -73717,6 +73720,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="196" label="kEnterpriseDeviceAttributes"/>
<int value="197" label="kCertificateProvider"/>
<int value="198" label="kResourcesPrivate"/>
+ <int value="199" label="kQuickUnlockPrivate"/>
Mark P 2016/06/21 19:49:34 I don't see this defined anywhere in this changeli
jdufault 2016/06/23 00:14:20 There used to be a permission; looks like I missed
</enum>
<enum name="ExtensionServiceVerifyAllSuccess" type="int">

Powered by Google App Engine
This is Rietveld 408576698