Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index 8b2590c8305e867d813c0e9f766bf6f9a54422f2..98b5ace5dacc2fe250662ad5e2faebfb548bd0d2 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -347,6 +347,7 @@ extern const char kViewsDesktop[]; |
#if defined(TOUCH_UI) |
extern const char kKeepMouseCursor[]; |
+extern const char kTouchDevices[]; |
#endif |
#ifndef NDEBUG |
@@ -356,10 +357,6 @@ extern const char kWebSocketLiveExperimentHost[]; |
extern const char kExposePrivateExtensionApi[]; |
#endif |
-#if defined(HAVE_XINPUT2) |
-extern const char kTouchDevices[]; |
-#endif |
- |
#if defined(GOOGLE_CHROME_BUILD) && !defined(OS_CHROMEOS) && !defined(OS_MACOSX) |
extern const char kDisablePrintPreview[]; |
#else |