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

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: Address comments, add command line flag 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 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";

Powered by Google App Engine
This is Rietveld 408576698