| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index b6fd0adfd9002293394edeeddd192e4b4a341c0b..38f66bf75a1b1967aa9d0ba10c64e41513f9e197 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1404,6 +1404,9 @@ 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).
|
| +const char kEnableRequestTabletSite[] = "enable-request-tablet-site";
|
| +
|
| // Enables static ip configuration. This flag should be removed when it's on by
|
| // default.
|
| const char kEnableStaticIPConfig[] = "enable-static-ip-config";
|
|
|