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

Unified Diff: android_webview/test/shell/src/org/chromium/android_webview/test/util/NullContentsClient.java

Issue 2201783003: Add test to ensure shouldOverrideUrlLoading throws Java exception (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reupload PS1 with similarity 40% to show JSUtils.java as moved file. 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: android_webview/test/shell/src/org/chromium/android_webview/test/util/NullContentsClient.java
diff --git a/android_webview/test/shell/src/org/chromium/android_webview/test/NullContentsClient.java b/android_webview/test/shell/src/org/chromium/android_webview/test/util/NullContentsClient.java
similarity index 99%
rename from android_webview/test/shell/src/org/chromium/android_webview/test/NullContentsClient.java
rename to android_webview/test/shell/src/org/chromium/android_webview/test/util/NullContentsClient.java
index 1c0b863a27a3bc4e04d862dd2cf321c9981471bd..5dff181a76bfe3b6a0aa5f0f945da38868875df1 100644
--- a/android_webview/test/shell/src/org/chromium/android_webview/test/NullContentsClient.java
+++ b/android_webview/test/shell/src/org/chromium/android_webview/test/util/NullContentsClient.java
@@ -9,7 +9,6 @@ import android.graphics.Picture;
import android.net.http.SslError;
import android.os.Looper;
import android.os.Message;
-import android.util.Log;
import android.view.KeyEvent;
import android.view.View;
import android.webkit.ConsoleMessage;
@@ -24,6 +23,7 @@ import org.chromium.android_webview.AwWebResourceResponse;
import org.chromium.android_webview.JsPromptResultReceiver;
import org.chromium.android_webview.JsResultReceiver;
import org.chromium.android_webview.permission.AwPermissionRequest;
+import org.chromium.base.Log;
import org.chromium.base.ThreadUtils;
import java.security.Principal;

Powered by Google App Engine
This is Rietveld 408576698