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

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

Issue 11038021: Implement Chrome Extension TabCapture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort Created 8 years, 2 months 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 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";

Powered by Google App Engine
This is Rietveld 408576698