| Index: content/browser/loader/throttling_resource_handler.cc
|
| diff --git a/content/browser/loader/throttling_resource_handler.cc b/content/browser/loader/throttling_resource_handler.cc
|
| index a302f1da797894f5b69ce91adeb5af218f17018b..9b1df5421e5d54306d809f08edc019c9e3e0f7fc 100644
|
| --- a/content/browser/loader/throttling_resource_handler.cc
|
| +++ b/content/browser/loader/throttling_resource_handler.cc
|
| @@ -87,7 +87,7 @@ bool ThrottlingResourceHandler::OnBeforeNetworkStart(const GURL& url,
|
| *defer = false;
|
| while (next_index_ < throttles_.size()) {
|
| int index = next_index_;
|
| - throttles_[index]->OnBeforeNetworkStart(defer);
|
| + throttles_[index]->WillStartUsingNetwork(defer);
|
| next_index_++;
|
| if (cancelled_by_resource_throttle_)
|
| return false;
|
|
|