| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 3f9155369ca08d163044a4043206e9735460c516..4e48add62fea45aa86258ff5643f8d4064443b0a 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -657,6 +657,9 @@ const char kGraphicsModeValueCompositor[] = "compositor";
|
|
|
| // The telephony region (ISO country code) to use in phone number detection.
|
| const char kNetworkCountryIso[] = "network-country-iso";
|
| +
|
| +// Set to enable compatibility with legacy WebView synchronous APIs.
|
| +const char kEnableWebViewSynchronousAPIs[] = "enable-webview-synchronous-apis";
|
| #endif
|
|
|
| #if defined(OS_POSIX)
|
|
|