Commit caabdb1b authored by Chris Thompson's avatar Chris Thompson Committed by Chromium LUCI CQ

Enable Legacy TLS interstitial by default on iOS

Bug: 1113359
Change-Id: I4640e25113cd6cd7ec0031f6a08a743ce3a6b07d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611905Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Chris Thompson <cthomp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840389}
parent ca4a47a7
...@@ -43,8 +43,8 @@ const base::Feature kPreserveScrollViewProperties{ ...@@ -43,8 +43,8 @@ const base::Feature kPreserveScrollViewProperties{
const base::Feature kScrollToTextIOS{"ScrollToTextIOS", const base::Feature kScrollToTextIOS{"ScrollToTextIOS",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kIOSLegacyTLSInterstitial{ const base::Feature kIOSLegacyTLSInterstitial{"IOSLegacyTLSInterstitial",
"IOSLegacyTLSInterstitial", base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kWebViewNativeContextMenu{ const base::Feature kWebViewNativeContextMenu{
"WebViewNativeContextMenu", base::FEATURE_DISABLED_BY_DEFAULT}; "WebViewNativeContextMenu", base::FEATURE_DISABLED_BY_DEFAULT};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment