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

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: nit fixes. 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
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 1126f02f5754967dc06bd90cfd79053149973674..7039ed804a79ecd35d29aac3b372f3b9e51d075b 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -651,6 +651,7 @@ const char kMediaPlayerInRenderProcess[] = "media-player-in-render-process";
// Set when Chromium should use a mobile user agent.
const char kUseMobileUserAgent[] = "use-mobile-user-agent";
+
// Omnibus flag setting an Android graphics mode. May be:
// "basic" (untiled software path)
// "compositor" (hardware-accelerated compositing),
@@ -660,6 +661,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)
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698