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

Unified Diff: blimp/client/core/contents/blimp_navigation_controller_delegate.h

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_delegate.h
diff --git a/blimp/client/core/contents/blimp_navigation_controller_delegate.h b/blimp/client/core/contents/blimp_navigation_controller_delegate.h
index 3fa817080c8771b286d49d8fda611c33aba111b1..4ac1b7517988b2ba4b290e0a894ac29372a2f535 100644
--- a/blimp/client/core/contents/blimp_navigation_controller_delegate.h
+++ b/blimp/client/core/contents/blimp_navigation_controller_delegate.h
@@ -25,6 +25,9 @@ class BlimpNavigationControllerDelegate {
// Informs the delegate that navigation loading has started or stopped.
virtual void OnLoadingStateChanged(bool loading) = 0;
+ // Informs the delegate that page loading has started or stopped.
+ virtual void OnPageLoadingStateChanged(bool loading) = 0;
+
protected:
BlimpNavigationControllerDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698