| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index 86183f4b2262c26c6a9592c6b28bf4e0c4b335f4..3147455c13316d97f3ab4eaaf8cc54d79d86fb5f 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -1037,11 +1037,6 @@ void ProfileIOData::Init(
|
|
|
| main_request_context_->set_enable_brotli(io_thread_globals->enable_brotli);
|
|
|
| - // TODO(estark): Remove this once the Referrer-Policy header is no
|
| - // longer an experimental feature. https://crbug.com/619228
|
| - main_request_context_->set_enable_referrer_policy_header(
|
| - command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures));
|
| -
|
| std::unique_ptr<ChromeNetworkDelegate> network_delegate(
|
| new ChromeNetworkDelegate(
|
| #if defined(ENABLE_EXTENSIONS)
|
|
|