Index: ui/base/ui_base_switches.h |
diff --git a/ui/base/ui_base_switches.h b/ui/base/ui_base_switches.h |
index b67b2b8aed815f290136663c009de41021c7982f..0b2f43d63bb2da8ee126a70fa735974c69da584c 100644 |
--- a/ui/base/ui_base_switches.h |
+++ b/ui/base/ui_base_switches.h |
@@ -19,6 +19,7 @@ UI_EXPORT extern const char kLang[]; |
UI_EXPORT extern const char kLocalePak[]; |
UI_EXPORT extern const char kNoMessageBox[]; |
UI_EXPORT extern const char kTouchOptimizedUI[]; |
+UI_EXPORT extern const char kDisableTouchCalibration[]; |
#if defined(OS_MACOSX) |
// TODO(kbr): remove this and the associated old code path: |