| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index 6ecc03bf69fdedae72ef20bc4e60be3e16d4d542..a07404c59fd6ab8a54d6a521a87199f9a78aff07 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -211,6 +211,8 @@ CONTENT_EXPORT extern const char kDisableFixedPositionCreatesStackingContext[];
|
| extern const char kEnableVisualWordMovement[];
|
|
|
| #if defined(OS_ANDROID)
|
| +extern const char kMediaPlayerInRenderProcess[];
|
| +extern const char kDisableMediaHistoryLogging[];
|
| extern const char kNetworkCountryIso[];
|
| extern const char kUseMobileUserAgent[];
|
| extern const char kGraphicsMode[];
|
|
|