| Index: blimp/client/core/contents/blimp_navigation_controller_impl.cc
|
| diff --git a/blimp/client/core/contents/blimp_navigation_controller_impl.cc b/blimp/client/core/contents/blimp_navigation_controller_impl.cc
|
| index 7461e5db833b73c9d907507e30cf0f520928acc0..f55d0463ff399553a39a42efcecca05c4b31ba58 100644
|
| --- a/blimp/client/core/contents/blimp_navigation_controller_impl.cc
|
| +++ b/blimp/client/core/contents/blimp_navigation_controller_impl.cc
|
| @@ -84,6 +84,7 @@ void BlimpNavigationControllerImpl::OnLoadingChanged(int tab_id, bool loading) {
|
| void BlimpNavigationControllerImpl::OnPageLoadStatusUpdate(int tab_id,
|
| bool completed) {
|
| delegate_->OnNavigationStateChanged();
|
| + delegate_->OnPageLoadingStateChanged(!completed);
|
| }
|
|
|
| } // namespace client
|
|
|