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

Unified Diff: blimp/client/core/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: Addressed code review comments Created 4 years, 5 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/blimp_navigation_controller_delegate.h
diff --git a/blimp/client/core/blimp_navigation_controller_delegate.h b/blimp/client/core/blimp_navigation_controller_delegate.h
index 10647fbd2534eb9a482ee71e57f29e619b0bc53d..5b15def4810dcc07132fb7c7a1327ff5b4623343 100644
--- a/blimp/client/core/blimp_navigation_controller_delegate.h
+++ b/blimp/client/core/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 been changed.
+ virtual void OnNavigationStateChanged() = 0;
protected:
BlimpNavigationControllerDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698