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

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

Issue 2058263002: Tied up BlimpNavigationController to NavigationFeature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_core
Patch Set: Removed BlimpContentsTest.java Created 4 years, 4 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 c9bb7084505443f7b7531ecf61c43976f5330e9e..e50f8435d053048c1f3a2a56520d578d01ca4265 100644
--- a/blimp/client/core/contents/blimp_navigation_controller_delegate.h
+++ b/blimp/client/core/contents/blimp_navigation_controller_delegate.h
@@ -17,8 +17,8 @@ class BlimpNavigationControllerDelegate {
public:
virtual ~BlimpNavigationControllerDelegate() = default;
- // Invoked whenever a new URL has been loaded.
- virtual void NotifyURLLoaded(const GURL& url) = 0;
+ // Informs the delegate that navigation state has changed.
+ virtual void OnNavigationStateChanged() = 0;
protected:
BlimpNavigationControllerDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698