Commit d79d4189 authored by Eric Orth's avatar Eric Orth Committed by Commit Bot

Enable DoH by default in Android UI

Followup to crrev.com/c/2429243. Chrome Java code for reading feature
params is done is such a way that it sets its own defaults instead of
the ones centrally defined with the feature params in chrome_features.cc

Bug: 878582,1098039
Change-Id: Ifef32ee702334e5d422b30490c472b165f3b48cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431790
Auto-Submit: Eric Orth <ericorth@chromium.org>
Commit-Queue: Dan McArdle <dmcardle@chromium.org>
Reviewed-by: default avatarDan McArdle <dmcardle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810807}
parent 26e9b836
......@@ -46,7 +46,7 @@ class SecureDnsBridge {
// Must match features::kDnsOverHttpsShowUiParam.
final String showUiParam = "ShowUi";
// Must match the default value for this param.
final boolean showUiParamDefault = false;
final boolean showUiParamDefault = true;
return ChromeFeatureList.getFieldTrialParamByFeatureAsBoolean(
ChromeFeatureList.DNS_OVER_HTTPS, showUiParam, showUiParamDefault);
......
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