Disable kFedCmIdpSigninStatusMetricsOnlyFieldTrialParamName enabled by default
This commit is contained in:
@@ -55,9 +55,10 @@ License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html
|
||||
components/search_provider_logos/BUILD.gn | 2 -
|
||||
.../logo_service_impl.cc | 16 +-
|
||||
components/url_matcher/url_util.cc | 83 -----
|
||||
.../webid/identity_url_loader_throttle.cc | 2 +-
|
||||
net/base/url_util.cc | 21 --
|
||||
services/network/network_context.cc | 2 +-
|
||||
50 files changed, 54 insertions(+), 787 deletions(-)
|
||||
51 files changed, 55 insertions(+), 788 deletions(-)
|
||||
|
||||
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
||||
--- a/chrome/browser/BUILD.gn
|
||||
@@ -1585,6 +1586,18 @@ diff --git a/components/url_matcher/url_util.cc b/components/url_matcher/url_uti
|
||||
return GURL();
|
||||
}
|
||||
|
||||
diff --git a/content/common/webid/identity_url_loader_throttle.cc b/content/common/webid/identity_url_loader_throttle.cc
|
||||
--- a/content/common/webid/identity_url_loader_throttle.cc
|
||||
+++ b/content/common/webid/identity_url_loader_throttle.cc
|
||||
@@ -35,7 +35,7 @@ bool IsFedCmIdpSigninStatusThrottleEnabled() {
|
||||
GetFieldTrialParamByFeatureAsBool(
|
||||
features::kFedCm,
|
||||
features::kFedCmIdpSigninStatusMetricsOnlyFieldTrialParamName,
|
||||
- true);
|
||||
+ false);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
diff --git a/net/base/url_util.cc b/net/base/url_util.cc
|
||||
--- a/net/base/url_util.cc
|
||||
+++ b/net/base/url_util.cc
|
||||
|
||||
Reference in New Issue
Block a user