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

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: Kevin's 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/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..a34d96e4db4a8c9d42008c0109605a57a296d55f 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 been changed.
Kevin M 2016/07/29 21:05:32 was/has changed no need to use the passive voice
shaktisahu 2016/07/29 22:57:30 Done.
+ virtual void OnNavigationStateChanged() = 0;
protected:
BlimpNavigationControllerDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698