Commit eb9334b0 authored by Livvie Lin's avatar Livvie Lin Committed by Commit Bot

Add feature flag for SSL committed interstitials on iOS

Bug: 987407
Change-Id: Ifaa7d2fc1066ef6fe033bf1e93d9bce4284b682b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717426Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Livvie Lin <livvielin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#680622}
parent d570b226
...@@ -38,6 +38,9 @@ extern const base::Feature kBlockUniversalLinksInOffTheRecordMode; ...@@ -38,6 +38,9 @@ extern const base::Feature kBlockUniversalLinksInOffTheRecordMode;
// Used to ensure that the render is not suspended. // Used to ensure that the render is not suspended.
extern const base::Feature kKeepsRenderProcessAlive; extern const base::Feature kKeepsRenderProcessAlive;
// Used to enable committed interstitials for SSL errors.
extern const base::Feature kSSLCommittedInterstitials;
} // namespace features } // namespace features
} // namespace web } // namespace web
......
...@@ -35,5 +35,8 @@ const base::Feature kBlockUniversalLinksInOffTheRecordMode{ ...@@ -35,5 +35,8 @@ const base::Feature kBlockUniversalLinksInOffTheRecordMode{
const base::Feature kKeepsRenderProcessAlive{"KeepsRenderProcessAlive", const base::Feature kKeepsRenderProcessAlive{"KeepsRenderProcessAlive",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kSSLCommittedInterstitials{
"SSLCommittedInterstitials", base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace features } // namespace features
} // namespace web } // namespace web
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