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

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

Issue 2320923002: Add a full Blimp integration test. (Closed)
Patch Set: Addressed more comments, added thread restriction bypass for tests. 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 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

Powered by Google App Engine
This is Rietveld 408576698