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

Unified Diff: ios/chrome/browser/chrome_switches.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 | « no previous file | ios/chrome/browser/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/chrome_switches.h
diff --git a/ios/chrome/browser/chrome_switches.h b/ios/chrome/browser/chrome_switches.h
index f5c92d7e7ccc53b850130e4884aeb81e35dc1db5..bee29b4de74eec9521c6b3562c02a1bda885b0d7 100644
--- a/ios/chrome/browser/chrome_switches.h
+++ b/ios/chrome/browser/chrome_switches.h
@@ -9,8 +9,9 @@
namespace switches {
+extern const char kDisableIOSWKWebView[];
extern const char kEnableIOSOpenFromClipboard[];
-
+extern const char kEnableIOSWKWebView[];
extern const char kIOSMemoryWedgeSize[];
} // namespace switches
« no previous file with comments | « no previous file | ios/chrome/browser/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698