| Index: content/shell/browser/layout_test/layout_test_url_request_context_getter.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_url_request_context_getter.cc b/content/shell/browser/layout_test/layout_test_url_request_context_getter.cc
|
| index 0ba58d2d9f45ecb6b1e6f869ae6dc926ebb77f7a..ff6b6b312d02e83668eba372dac20abaeb2a02e7 100644
|
| --- a/content/shell/browser/layout_test/layout_test_url_request_context_getter.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_url_request_context_getter.cc
|
| @@ -53,8 +53,4 @@ LayoutTestURLRequestContextGetter::GetProxyService() {
|
| return net::ProxyService::CreateDirect();
|
| }
|
|
|
| -bool LayoutTestURLRequestContextGetter::ShouldEnableReferrerPolicyHeader() {
|
| - return true;
|
| -}
|
| -
|
| } // namespace content
|
|
|