| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index 4ff0c2890302e13b56f14164e9e07f3556ef03d3..47b5fdc8d65dfd31bac3f620dd582fa6fb2a3987 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -248,6 +248,7 @@
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
| +CONTENT_EXPORT extern const char kDisableGestureRequirementForMediaPlayback[];
|
| CONTENT_EXPORT extern const char kDisableClickDelay[];
|
| CONTENT_EXPORT extern const char kDisableOverscrollEdgeEffect[];
|
| CONTENT_EXPORT extern const char kDisableWebRTC[];
|
|
|