Index: net/url_request/url_request_throttler_entry_interface.h |
diff --git a/net/url_request/url_request_throttler_entry_interface.h b/net/url_request/url_request_throttler_entry_interface.h |
index 47f5ea16921bdade9bf0d2f6e6d36e3d3829c9e6..a3ef6870176c900446f4c63852c035de8a32bae1 100644 |
--- a/net/url_request/url_request_throttler_entry_interface.h |
+++ b/net/url_request/url_request_throttler_entry_interface.h |
@@ -51,9 +51,7 @@ class NET_EXPORT URLRequestThrottlerEntryInterface |
virtual base::TimeTicks GetExponentialBackoffReleaseTime() const = 0; |
// This method needs to be called each time a response is received. |
- virtual void UpdateWithResponse( |
- const std::string& host, |
- const URLRequestThrottlerHeaderInterface* response) = 0; |
+ virtual void UpdateWithResponse(const std::string& host, int status_code) = 0; |
// Lets higher-level modules, that know how to parse particular response |
// bodies, notify of receiving malformed content for the given URL. This will |