| Index: chrome/browser/net/chrome_network_delegate.cc
|
| diff --git a/chrome/browser/net/chrome_network_delegate.cc b/chrome/browser/net/chrome_network_delegate.cc
|
| index 644fbd507265c34fde3a56c12fa5bdc13347346a..878fe38e7c1efc676d643edc96053bc848aa9faf 100644
|
| --- a/chrome/browser/net/chrome_network_delegate.cc
|
| +++ b/chrome/browser/net/chrome_network_delegate.cc
|
| @@ -16,7 +16,6 @@
|
| #include "base/debug/stack_trace.h"
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| -#include "base/metrics/field_trial.h"
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/metrics/sparse_histogram.h"
|
| #include "base/metrics/user_metrics.h"
|
| @@ -542,14 +541,6 @@ bool ChromeNetworkDelegate::OnAreExperimentalCookieFeaturesEnabled() const {
|
| return experimental_web_platform_features_enabled_;
|
| }
|
|
|
| -bool ChromeNetworkDelegate::OnAreStrictSecureCookiesEnabled() const {
|
| - const std::string enforce_strict_secure_group =
|
| - base::FieldTrialList::FindFullName("StrictSecureCookies");
|
| - return experimental_web_platform_features_enabled_ ||
|
| - base::StartsWith(enforce_strict_secure_group, "Enabled",
|
| - base::CompareCase::INSENSITIVE_ASCII);
|
| -}
|
| -
|
| bool ChromeNetworkDelegate::OnCancelURLRequestWithPolicyViolatingReferrerHeader(
|
| const net::URLRequest& request,
|
| const GURL& target_url,
|
|
|