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

Unified Diff: blimp/client/core/contents/android/blimp_contents_observer_proxy.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/android/blimp_contents_observer_proxy.h
diff --git a/blimp/client/core/contents/android/blimp_contents_observer_proxy.h b/blimp/client/core/contents/android/blimp_contents_observer_proxy.h
index d9fcf8aa8ef02a13691298d23d6ec0ac777222c6..f4479d42d3c89161e100cfae7a76ed45534d2efd 100644
--- a/blimp/client/core/contents/android/blimp_contents_observer_proxy.h
+++ b/blimp/client/core/contents/android/blimp_contents_observer_proxy.h
@@ -28,7 +28,7 @@ class BlimpContentsObserverProxy : public BlimpContentsObserver {
void Destroy(JNIEnv* env, const base::android::JavaParamRef<jobject>& obj);
// BlimpContentsObserver implementation.
- void OnURLUpdated(const GURL& url) override;
+ void OnNavigationStateChanged() override;
private:
base::android::ScopedJavaGlobalRef<jobject> java_obj_;
« no previous file with comments | « blimp/client/core/contents/BUILD.gn ('k') | blimp/client/core/contents/android/blimp_contents_observer_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698