Chromium Code Reviews| Index: ui/base/ui_base_switches.cc |
| diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc |
| index a955933e9045aa3afe78d08f0534b375c81d4187..1ddf0ce7dd886f2609535d19af62f307d6c40e16 100644 |
| --- a/ui/base/ui_base_switches.cc |
| +++ b/ui/base/ui_base_switches.cc |
| @@ -67,6 +67,11 @@ const char kTouchOptimizedUIDisabled[] = "disabled"; |
| // Enables touch events on the side bezels. |
| const char kTouchSideBezels[] = "touch-side-bezels"; |
| +#if defined(OS_ANDROID) |
| +// Uses the tablet specific UI components when available |
|
Alexei Svitkine (slow)
2013/11/04 19:44:32
Nit: add a .
yao
2013/11/04 20:23:27
Done.
|
| +const char kTabletUI[] = "tablet-ui"; |
| +#endif |
| + |
| #if defined(USE_XI2_MT) |
| // The calibration factors given as "<left>,<right>,<top>,<bottom>". |
| const char kTouchCalibration[] = "touch-calibration"; |