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

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

Issue 1625633003: Make IsWKWebViewEnabled not query field trial, command line flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/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 84c2cc2fb78d5f8d2c066dbacb7ea899f437c383..a02fcff291b74074d20d53a7c7d90bb0073c5a6e 100644
--- a/ios/chrome/browser/experimental_flags.h
+++ b/ios/chrome/browser/experimental_flags.h
@@ -28,8 +28,8 @@ void SetWKWebViewTrialEligibility(bool eligible);
// Whether the lru snapshot cache experiment is enabled.
bool IsLRUSnapshotCacheEnabled();
-// Whether the app uses WKWebView instead of UIWebView.
-// The returned value will not change within a given session.
+// TODO(crbug.com/579697): This always returns true; cleanup codepaths that use
+// this.
bool IsWKWebViewEnabled();
// Whether the user would be put into a control group for the WKWebView
« no previous file with comments | « no previous file | ios/chrome/browser/experimental_flags.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698