Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index aaa236d920df661c4d199205c6cca91cca62a952..acf2e75bfe85fa9037fac218ac137a2eab87861e 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -727,6 +727,9 @@ const char kNetworkCountryIso[] = "network-country-iso"; |
// Set to enable compatibility with legacy WebView synchronous APIs. |
const char kEnableWebViewSynchronousAPIs[] = "enable-webview-synchronous-apis"; |
+ |
+// Enables compatibility with the legacy WebView capture picture API. |
+const char kEnableWebViewCapturePictureAPI[] = "enable-webview-capture-picture"; |
#endif |
#if defined(OS_POSIX) |