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

Unified Diff: ios/chrome/browser/experimental_flags.h

Issue 1144803002: [iOS] Upstream switches and flags controlling which WebView is used (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « ios/chrome/browser/chrome_switches.cc ('k') | ios/chrome/browser/experimental_flags.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/experimental_flags.h
diff --git a/ios/chrome/browser/experimental_flags.h b/ios/chrome/browser/experimental_flags.h
index 597641800190278ed4e8f6ed216eaead7d3b1ab9..87839f0e034c1bff35fe0c95b825f41480b7c653 100644
--- a/ios/chrome/browser/experimental_flags.h
+++ b/ios/chrome/browser/experimental_flags.h
@@ -18,6 +18,9 @@ bool IsAlertOnBackgroundUploadEnabled();
// Returns true if the contents of the clipboard can be used for autocomplete.
bool IsOpenFromClipboardEnabled();
+// Whether the app uses WKWebView instead of UIWebView.
+bool IsWKWebViewEnabled();
+
// Returns the size in MB of the memory wedge to insert during a cold start.
// If 0, no memory wedge should be inserted.
size_t MemoryWedgeSizeInMB();
« no previous file with comments | « ios/chrome/browser/chrome_switches.cc ('k') | ios/chrome/browser/experimental_flags.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698