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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2538623002: Adds touch calibration methods to system_display.idl API (Closed)
Patch Set: Adds touch calibration methods to system.idl API Created 4 years 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 9c0944a4ab52b56c33cb2128c0f33141f63d93bb..5f04b27cc4898803049894cd8fcb636688140f8d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -84356,6 +84356,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"/>
</enum>
<enum name="ExtensionIconState" type="int">

Powered by Google App Engine
This is Rietveld 408576698