| 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 a8be836290f78dc587721c4aa92f273445d17334..0e329dd46b07064194b7d8af6acf9d5799f142fb 100644
|
| --- a/net/url_request/url_request_throttler_entry_interface.h
|
| +++ b/net/url_request/url_request_throttler_entry_interface.h
|
| @@ -43,6 +43,7 @@ class URLRequestThrottlerEntryInterface
|
|
|
| // This method needs to be called each time a response is received.
|
| virtual void UpdateWithResponse(
|
| + const std::string& host,
|
| const URLRequestThrottlerHeaderInterface* response) = 0;
|
|
|
| // Lets higher-level modules, that know how to parse particular response
|
|
|