| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index 226dc19fcbb9b66aa55b1deb2825073ad99d8472..0dac04d9af03855ca19c75c7a38b276287ca3929 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -198,6 +198,10 @@ CONTENT_EXPORT extern const char kFixedPositionCreatesStackingContext[];
|
|
|
| extern const char kEnableVisualWordMovement[];
|
|
|
| +#if defined(OS_ANDROID)
|
| +extern const char kUseMobileUserAgent[];
|
| +#endif
|
| +
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| extern const char kScrollPixels[];
|
| #endif
|
|
|