Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 02dad3ee28bc04ac521483754c46dce50f761134..c3f41816cdfc06b7fce24399d96db7720c27fdf3 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -369,6 +369,9 @@ const char kEnableStatsTable[] = "enable-stats-table"; |
// This is expected to break compatibility with many pages for now. |
const char kEnableStrictSiteIsolation[] = "enable-strict-site-isolation"; |
+// Enable tab capture API. |
+const char kEnableTabCapture[] = "enable-tab-capture"; |
+ |
// Enable multithreaded GPU compositing of web content. |
const char kEnableThreadedCompositing[] = "enable-threaded-compositing"; |