| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 95984e0ac188cf601bd668d808bd7774c3ca183d..fc2a03095cfaaf60bd29449bb501d8fe58dd7f8a 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -634,6 +634,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";
|
|
|