summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
Diffstat (limited to 'ios')
-rw-r--r--ios/chrome/browser/about_flags.mm7
1 files changed, 0 insertions, 7 deletions
diff --git a/ios/chrome/browser/about_flags.mm b/ios/chrome/browser/about_flags.mm
index c1586d2..df6eb55 100644
--- a/ios/chrome/browser/about_flags.mm
+++ b/ios/chrome/browser/about_flags.mm
@@ -195,12 +195,6 @@ void AppendSwitchesFromExperimentalSettings(base::CommandLine* command_line) {
}
}
- // TODO(crbug.com/450311): Remove this compile-time flag once bots are passing
- // the compile-time flag.
-#if defined(FORCE_ENABLE_WKWEBVIEW)
- if (web::IsWKWebViewSupported())
- command_line->AppendSwitch(switches::kEnableIOSWKWebView);
-#else
// Populate command line flags from EnableWKWebView.
NSString* enableWKWebViewValue = [defaults stringForKey:@"EnableWKWebView"];
if ([enableWKWebViewValue isEqualToString:@"Enabled"]) {
@@ -208,7 +202,6 @@ void AppendSwitchesFromExperimentalSettings(base::CommandLine* command_line) {
} else if ([enableWKWebViewValue isEqualToString:@"Disabled"]) {
command_line->AppendSwitch(switches::kDisableIOSWKWebView);
}
-#endif
// Populate command line flags from TabEviction.
NSString* tabEviction = [defaults stringForKey:@"TabEviction"];