| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index 370eff1879a597e5ae6fd698203bc869441c04fd..5e0e8e527966998eb62e44495663202bc2c6ab25 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -203,6 +203,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[];
|
|
|