Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: blimp/client/core/contents/blimp_navigation_controller_impl.cc

Issue 2300103004: Expose loading state from Blimp to Tab (Closed)
Patch Set: Added test! Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ad75b09ae90eea01033b8b1f1fb6068d00154fe5..7461e5db833b73c9d907507e30cf0f520928acc0 100644
--- a/blimp/client/core/contents/blimp_navigation_controller_impl.cc
+++ b/blimp/client/core/contents/blimp_navigation_controller_impl.cc
@@ -78,6 +78,7 @@ void BlimpNavigationControllerImpl::OnTitleChanged(int tab_id,
void BlimpNavigationControllerImpl::OnLoadingChanged(int tab_id, bool loading) {
delegate_->OnNavigationStateChanged();
+ delegate_->OnLoadingStateChanged(loading);
}
void BlimpNavigationControllerImpl::OnPageLoadStatusUpdate(int tab_id,

Powered by Google App Engine
This is Rietveld 408576698