| Index: content/browser/loader/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| index 76ed7dee10e5b978d54ef18b0b0461e2175e86b1..1ccd81737bf75ae7202937033557b1a6bb0cc1cf 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -1332,6 +1332,12 @@ void ResourceDispatcherHostImpl::OnRenderViewHostDeleted(
|
| CancelRequestsForRoute(child_id, route_id);
|
| }
|
|
|
| +void ResourceDispatcherHostImpl::OnRenderViewHostSetIsLoading(int child_id,
|
| + int route_id,
|
| + bool is_loading) {
|
| + scheduler_->OnLoadingStateChanged(child_id, route_id, !is_loading);
|
| +}
|
| +
|
| void ResourceDispatcherHostImpl::OnRenderViewHostWasHidden(
|
| int child_id,
|
| int route_id) {
|
|
|