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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFakeServer.java

Issue 2644933002: [TTS] Fix a test that's failing with PlzNavigate enabled. (Closed)
Patch Set: Decided to change back to @code in the comment. Created 3 years, 11 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchNetworkCommunicator.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFakeServer.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFakeServer.java b/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFakeServer.java
index 5f7ec7dc09c020242556a0173a7f16b40d4c6fcb..0f990e4c356eecbeae2026607baaf23f6cf59718 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFakeServer.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFakeServer.java
@@ -550,6 +550,13 @@ class ContextualSearchFakeServer
}
@Override
+ public void stopPanelContentsNavigation() {
+ // Stub out stop() of the WebContents.
+ // Navigation of the content in the overlay may have been faked in tests,
+ // so stopping the WebContents navigation is unsafe.
+ }
+
+ @Override
@Nullable
public URL getBasePageUrl() {
URL baseUrl = mBaseManager.getBasePageUrl();
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchNetworkCommunicator.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698