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

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: Migrate browser tests to unit tests 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 5fac893def29f6f59ebd0da562ae8eff089835e7..518e3d928597fec83fb2400f600d4f2ec7c6a3b8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -71997,6 +71997,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1133" label="SYSTEM_DISPLAY_OVERSCANCALIBRATIONADJUST"/>
<int value="1134" label="SYSTEM_DISPLAY_OVERSCANCALIBRATIONRESET"/>
<int value="1135" label="SYSTEM_DISPLAY_OVERSCANCALIBRATIONCOMPLETE"/>
+ <int value="1136" label="QUICKUNLOCKPRIVATE_CHECKPASSWORD"/>
+ <int value="1137" label="QUICKUNLOCKPRIVATE_SETMODES"/>
+ <int value="1138" label="QUICKUNLOCKPRIVATE_GETACTIVEMODES"/>
+ <int value="1139" label="QUICKUNLOCKPRIVATE_GETAVAILABLEMODES"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
@@ -72412,6 +72416,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"/>
</enum>
<enum name="ExtensionServiceVerifyAllSuccess" type="int">

Powered by Google App Engine
This is Rietveld 408576698