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

Unified Diff: content/public/common/content_switches.cc

Issue 10941015: [Android] Upstream the WebView find-in-page API implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes + command line switch for synchronous APIs Created 8 years, 3 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 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)

Powered by Google App Engine
This is Rietveld 408576698