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

Unified Diff: blimp/client/app/android/javatests/src/org/chromium/blimp/core/contents/BlimpContentsTest.java

Issue 2058263002: Tied up BlimpNavigationController to NavigationFeature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_core
Patch Set: More kmarshall comments 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/app/android/javatests/src/org/chromium/blimp/core/contents/BlimpContentsTest.java
diff --git a/blimp/client/app/android/javatests/src/org/chromium/blimp/core/contents/BlimpContentsTest.java b/blimp/client/app/android/javatests/src/org/chromium/blimp/core/contents/BlimpContentsTest.java
index 27f29c8e1dae2e6f66cc0dd970ce6793f825d09c..84101c4a4929a3e915cf6e11c1f8940b25621cff 100644
--- a/blimp/client/app/android/javatests/src/org/chromium/blimp/core/contents/BlimpContentsTest.java
+++ b/blimp/client/app/android/javatests/src/org/chromium/blimp/core/contents/BlimpContentsTest.java
@@ -24,9 +24,7 @@ public class BlimpContentsTest extends BlimpNativeInstrumentationTestCase {
private static class TestBlimpContentsObserver extends EmptyBlimpContentsObserver {
public String url;
@Override
- public void onUrlUpdated(String url) {
- this.url = url;
- }
+ public void onNavigationStateChanged() {}
}
private static void runUntilIdle() {

Powered by Google App Engine
This is Rietveld 408576698