| Index: net/url_request/url_request_throttler_test_support.cc
|
| diff --git a/net/url_request/url_request_throttler_test_support.cc b/net/url_request/url_request_throttler_test_support.cc
|
| index 1c418c2fb31f7dd1be23f7998e7978316e666318..1bddf38ca9b7b36f6be35d88f0c2bad1db180cf2 100644
|
| --- a/net/url_request/url_request_throttler_test_support.cc
|
| +++ b/net/url_request/url_request_throttler_test_support.cc
|
| @@ -42,11 +42,6 @@ MockURLRequestThrottlerHeaderAdapter::~MockURLRequestThrottlerHeaderAdapter() {
|
|
|
| std::string MockURLRequestThrottlerHeaderAdapter::GetNormalizedValue(
|
| const std::string& key) const {
|
| - if (key == URLRequestThrottlerEntry::kRetryHeaderName &&
|
| - !fake_retry_value_.empty()) {
|
| - return fake_retry_value_;
|
| - }
|
| -
|
| if (key ==
|
| URLRequestThrottlerEntry::kExponentialThrottlingHeader &&
|
| !fake_opt_out_value_.empty()) {
|
|
|