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

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

Issue 2638903003: Updates touch calibration API and plumbs through the native touch calibration method (Closed)
Patch Set: Update histogram.xml Created 3 years, 11 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 | « third_party/closure_compiler/interfaces/system_display_interface.js ('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 8df054dcc160627051a9f42590ff2c9875869650..962bb59cd536dfef6825e4c14547d01d6097b14b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -87204,9 +87204,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1146" label="LANGUAGESETTINGSPRIVATE_DISABLELANGUAGE"/>
<int value="1147" label="FILEMANAGERPRIVATEINTERNAL_GETDIRECTORYSIZE"/>
<int value="1148" label="BLUETOOTHLOWENERGY_SETADVERTISINGINTERVAL"/>
- <int value="1149" label="SYSTEM_DISPLAY_TOUCHCALIBRATIONSTART"/>
- <int value="1150" label="SYSTEM_DISPLAY_TOUCHCALIBRATIONSET"/>
- <int value="1151" label="SYSTEM_DISPLAY_TOUCHCALIBRATIONRESET"/>
+ <int value="1149" label="SYSTEM_DISPLAY_SHOWNATIVETOUCHCALIBRATION"/>
+ <int value="1150" label="SYSTEM_DISPLAY_COMPLETECUSTOMTOUCHCALIBRATION"/>
+ <int value="1151" label="SYSTEM_DISPLAY_CLEARTOUCHCALIBRATION"/>
<int value="1152" label="CERTIFICATEPROVIDER_REQUESTPIN"/>
<int value="1153" label="CERTIFICATEPROVIDER_STOPPINREQUEST"/>
<int value="1154" label="QUICKUNLOCKPRIVATE_CHECKCREDENTIAL"/>
@@ -87214,6 +87214,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1156" label="CLIPBOARD_SETIMAGEDATA"/>
<int value="1157" label="NETWORKINGPRIVATE_GETGLOBALPOLICY"/>
<int value="1158" label="DIAL_FETCHDEVICEDESCRIPTION"/>
+ <int value="1159" label="SYSTEM_DISPLAY_STARTCUSTOMTOUCHCALIBRATION"/>
</enum>
<enum name="ExtensionIconState" type="int">
« no previous file with comments | « third_party/closure_compiler/interfaces/system_display_interface.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698