| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 43af00e6418587d181f4af446c96c317f31eff03..3f1dbb2183ac628fbd0d8cf953429888480f74e4 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1382,6 +1382,14 @@ const char kEnableKioskMode[] = "enable-kiosk-mode";
|
| // Enables support for policy-configured networks.
|
| const char kEnableONCPolicy[] = "enable-onc-policy";
|
|
|
| +// Enables request of tablet site (via user agent override).
|
| +// Normally, this is only available on Chromebooks with a touch screen.
|
| +// The second flag is for testing. It enables it for Chromebooks
|
| +// regardless of touch screen availability.
|
| +const char kEnableRequestTabletSite[] = "enable-request-tablet-site";
|
| +const char kEnableRequestTabletSiteEvenIfNonTouchDevice[] =
|
| + "enable-request-tablet-site-even-if-non-touch-device"; // for testing
|
| +
|
| // Enables static ip configuration. This flag should be removed when it's on by
|
| // default.
|
| const char kEnableStaticIPConfig[] = "enable-static-ip-config";
|
|
|