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"; |