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

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

Issue 1968083004: Implement the private API for quick unlock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: mpearson@ comments & nits 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 f46294ac50db91800098c03a0150c16e5d23bcb6..d73858b942908f03ad4e8393db005fa9b847c6de 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -73378,6 +73378,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1137" label="RUNTIME_RESTARTAFTERDELAY"/>
<int value="1138" label="SYSTEM_DISPLAY_SETDISPLAYLAYOUT"/>
<int value="1139" label="SYSTEM_DISPLAY_GETDISPLAYLAYOUT"/>
+ <int value="1140" label="QUICKUNLOCKPRIVATE_SETMODES"/>
+ <int value="1141" label="QUICKUNLOCKPRIVATE_GETACTIVEMODES"/>
+ <int value="1142" label="QUICKUNLOCKPRIVATE_GETAVAILABLEMODES"/>
</enum>
<enum name="ExtensionIconState" type="int">

Powered by Google App Engine
This is Rietveld 408576698