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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1221483002: New tabCapture.captureOffscreenTab API, initially for Presentation API 1UA mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f6d1f41a60dea9b2690b89713d0727c7f9c8b6e0..c8ae926f8d52550e52ee3a203a54e0538579bc45 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -393,6 +393,10 @@ const char kEnableBenchmarking[] = "enable-benchmarking";
// Enables the multi-level undo system for bookmarks.
const char kEnableBookmarkUndo[] = "enable-bookmark-undo";
+// Enables the experimental chrome.tabCapture.capturePresentation API, to be
+// used as a local rendering implementation for the new W3C Presentation API.
+const char kEnableCapturePresentationApi[] = "enable-capture-presentation-api";
+
// Enables detection of child accounts.
const char kEnableChildAccountDetection[] =
"enable-child-account-detection";

Powered by Google App Engine
This is Rietveld 408576698