Index: android_webview/lib/main/aw_main_delegate.cc |
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc |
index 549be4e74a88f927deacffc9fb1e48dd85180c12..3c91dc748dbc69bab0fe1a56e7ea1f998f0b004f 100644 |
--- a/android_webview/lib/main/aw_main_delegate.cc |
+++ b/android_webview/lib/main/aw_main_delegate.cc |
@@ -108,6 +108,10 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) { |
// https://crbug.com/521319 |
cl->AppendSwitch(switches::kDisablePresentationAPI); |
+ // WebView doesn't support Remote Playback API for the same reason as the |
+ // Presentation API, see https://crbug.com/521319. |
+ cl->AppendSwitch(switches::kDisableRemotePlaybackAPI); |
+ |
#if defined(V8_USE_EXTERNAL_STARTUP_DATA) |
if (cl->GetSwitchValueASCII(switches::kProcessType).empty()) { |
// Browser process (no type specified). |