Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: content/public/common/content_switches.cc

Issue 2528433004: [RemotePlayback] Don't expose Remote Playback API for WebView. (Closed)
Patch Set: Rebased on the right patchset Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 1668c5a7816c9fd57bad58df9277e38d3a04fefc..09a17d465e08006a085a4398d3dfe10736e1f923 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -261,6 +261,9 @@ const char kDisableReadingFromCanvas[] = "disable-reading-from-canvas";
// option is specified or not.
const char kDisableRemoteFonts[] = "disable-remote-fonts";
+// Disables the RemotePlayback API.
+const char kDisableRemotePlaybackAPI[] = "disable-remote-playback-api";
+
// Turns off the accessibility in the renderer.
const char kDisableRendererAccessibility[] = "disable-renderer-accessibility";

Powered by Google App Engine
This is Rietveld 408576698