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

Unified Diff: blimp/client/core/blimp_contents_impl.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_contents_impl.h
diff --git a/blimp/client/core/blimp_contents_impl.h b/blimp/client/core/blimp_contents_impl.h
index 9ca7126f7a9ae583c8db7dcd1853a175c9c80aa6..c3c749e7a9681677bbb5114f3e1c6f3e8447615b 100644
--- a/blimp/client/core/blimp_contents_impl.h
+++ b/blimp/client/core/blimp_contents_impl.h
@@ -45,7 +45,7 @@ class BlimpContentsImpl : public BlimpContents,
void RemoveObserver(BlimpContentsObserver* observer) override;
// BlimpNavigationControllerDelegate implementation.
- void NotifyURLLoaded(const GURL& url) override;
+ void OnNavigationStateChanged() override;
private:
// Handles the back/forward list and loading URLs.

Powered by Google App Engine
This is Rietveld 408576698