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

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: Fix compile Created 4 years, 5 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
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f46294ac50db91800098c03a0150c16e5d23bcb6..7067f456b964fea4f483f7302f430d145fd451f8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -72189,6 +72189,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="399" label="BLUETOOTH_LOW_ENERGY_ON_DESCRIPTOR_READ_REQUEST"/>
<int value="400" label="BLUETOOTH_LOW_ENERGY_ON_DESCRIPTOR_WRITE_REQUEST"/>
<int value="401" label="ACCESSIBILITY_PRIVATE_ON_ACCESSIBILITY_GESTURE"/>
+ <int value="402" label="QUICK_UNLOCK_PRIVATE_ON_ACTIVE_MODES_CHANGED"/>
</enum>
<enum name="ExtensionFileWriteResult" type="int">
@@ -73378,6 +73379,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">
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698