| 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";
|
|
|