| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 9062dd7d5eb2e0bf4031906c0bc0f0c5381995ed..bf02a464f0683dcc9e15884589a317bb6c5f9183 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -663,6 +663,12 @@ const char kZygoteProcess[] = "zygote";
|
| const char kEnableVisualWordMovement[] = "enable-visual-word-movement";
|
|
|
| #if defined(OS_ANDROID)
|
| +// Disable history logging for media elements.
|
| +const char kDisableMediaHistoryLogging[] = "disable-media-history";
|
| +
|
| +// Whether to run media elements in the renderer process.
|
| +const char kMediaPlayerInRenderProcess[] = "media-player-in-render-process";
|
| +
|
| // Set when Chromium should use a mobile user agent.
|
| const char kUseMobileUserAgent[] = "use-mobile-user-agent";
|
| // Omnibus flag setting an Android graphics mode. May be:
|
|
|