| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 7aa9d25d9e1d3b89b84da82361866016a18b6488..b2780610692b812543a7dc27428930b049803946 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -631,6 +631,11 @@ const char kZygoteProcess[] = "zygote";
|
| // Enables moving cursor by word in visual order.
|
| const char kEnableVisualWordMovement[] = "enable-visual-word-movement";
|
|
|
| +#if defined(OS_ANDROID)
|
| +// Set when Chromium should use a mobile user agent.
|
| +const char kUseMobileUserAgent[] = "use-mobile-user-agent";
|
| +#endif
|
| +
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| // Specify the amount the trackpad should scroll by.
|
| const char kScrollPixels[] = "scroll-pixels";
|
|
|