Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 93bd7d26e77157423bea02f839a33b7299158847..86fdcca72ebe84517a49d89862cb6c9b1dff55e8 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -1442,6 +1442,14 @@ const char kEnableGView[] = "enable-gview"; |
| // Enable Kiosk mode for ChromeOS |
| const char kEnableKioskMode[] = "enable-kiosk-mode"; |
| +// 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 |
|
gone
2012/09/06 18:08:32
Remove the "// for testing"; it's spelled out in t
sschmitz
2012/09/06 18:52:45
Done.
|
| + |
| // Enables static ip configuration. This flag should be removed when it's on by |
| // default. |
| const char kEnableStaticIPConfig[] = "enable-static-ip-config"; |