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

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

Issue 2320923002: Add a full Blimp integration test. (Closed)
Patch Set: Fix build break with chrome embedder 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 03d19cd1f37ed98870f10c691db8d8b9c5ee2b75..6a08000ee41bb29a1efeb6c3d938339bd412d7f1 100644
--- a/blimp/client/core/contents/blimp_navigation_controller_impl.cc
+++ b/blimp/client/core/contents/blimp_navigation_controller_impl.cc
@@ -85,6 +85,7 @@ void BlimpNavigationControllerImpl::OnLoadingChanged(int tab_id, bool loading) {
void BlimpNavigationControllerImpl::OnPageLoadStatusUpdate(int tab_id,
bool completed) {
delegate_->OnNavigationStateChanged();
+ delegate_->OnPageLoadingStateChanged(!completed);
}
} // namespace client

Powered by Google App Engine
This is Rietveld 408576698