| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d3298213432a759e725a901c84c3ed1a2b991d18..612523a4fe0e28f65126cd4af863e9ace96870da 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1407,6 +1407,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";
|
|
|