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

Unified Diff: blimp/client/core/contents/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: 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_contents_impl.h
diff --git a/blimp/client/core/contents/blimp_contents_impl.h b/blimp/client/core/contents/blimp_contents_impl.h
index 1d91ba0d1c61321bce2f56656579a88620b9375f..38c457b8ba7b2710d34ae0aaa124db04728020f0 100644
--- a/blimp/client/core/contents/blimp_contents_impl.h
+++ b/blimp/client/core/contents/blimp_contents_impl.h
@@ -26,8 +26,6 @@ class BlimpContentsImplAndroid;
class BlimpContentsObserver;
class BlimpNavigationController;
-// BlimpContentsImpl is the implementation of the core class in
-// //blimp/client/core, the BlimpContents.
class BlimpContentsImpl : public BlimpContents,
public BlimpNavigationControllerDelegate {
public:
@@ -45,7 +43,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