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 |