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

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

Issue 2320923002: Add a full Blimp integration test. (Closed)
Patch Set: Fixed this a bit more. Still some thread violations :(. 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_unittest.cc
diff --git a/blimp/client/core/contents/blimp_navigation_controller_impl_unittest.cc b/blimp/client/core/contents/blimp_navigation_controller_impl_unittest.cc
index 9ead75c799c5f41a5be18789e11aab0f6c698860..496a05c9a7fe7b3919f4ec7d51169e2f65e55bb6 100644
--- a/blimp/client/core/contents/blimp_navigation_controller_impl_unittest.cc
+++ b/blimp/client/core/contents/blimp_navigation_controller_impl_unittest.cc
@@ -26,6 +26,7 @@ class MockBlimpNavigationControllerDelegate
MOCK_METHOD0(OnNavigationStateChanged, void());
MOCK_METHOD1(OnLoadingStateChanged, void(bool loading));
+ MOCK_METHOD1(OnPageLoadingStateChanged, void(bool loading));
private:
DISALLOW_COPY_AND_ASSIGN(MockBlimpNavigationControllerDelegate);

Powered by Google App Engine
This is Rietveld 408576698