Commit d67cf55d authored by Jochen Eisinger's avatar Jochen Eisinger Committed by Commit Bot

Enable IntentBlockExternalFormRedirectsNoGesture by default

Bug: 927509
Change-Id: I56ec8b5cf524a4e1d14b29427931802f80d54a3f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132197Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Commit-Queue: Jochen Eisinger <jochen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771584}
parent 8309910c
...@@ -36,7 +36,7 @@ const base::Feature* FindFeatureExposedToJava(const std::string& feature_name) { ...@@ -36,7 +36,7 @@ const base::Feature* FindFeatureExposedToJava(const std::string& feature_name) {
// Alphabetical: // Alphabetical:
const base::Feature kIntentBlockExternalFormRedirectsNoGesture{ const base::Feature kIntentBlockExternalFormRedirectsNoGesture{
"IntentBlockExternalFormRedirectsNoGesture", "IntentBlockExternalFormRedirectsNoGesture",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
static jboolean JNI_ExternalIntentsFeatureList_IsEnabled( static jboolean JNI_ExternalIntentsFeatureList_IsEnabled(
JNIEnv* env, JNIEnv* env,
......
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