Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 1ddae70a29a03e2b56a50487750f33048bc95b62..337e04773b3186a470be7d6179160fa4cfacf05b 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"; |