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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java

Issue 2425423004: Move NewDownload out of AwContentsIoThreadClientImpl to AwContentsClientBridge (Closed)
Patch Set: changed "even if" to "unless" Created 4 years, 2 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/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java b/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java
index 8e77a27ee2478ae2071cff0d2b896cbe88ea6d24..a05f4ec566add0d2b9f2f627e6a263cc2c85c307 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java
@@ -34,10 +34,6 @@ public abstract class AwContentsIoThreadClient {
public abstract boolean shouldAcceptThirdPartyCookies();
@CalledByNative
- public abstract void onDownloadStart(String url, String userAgent,
- String contentDisposition, String mimeType, long contentLength);
-
- @CalledByNative
public abstract void newLoginRequest(String realm, String account, String args);
@CalledByNative

Powered by Google App Engine
This is Rietveld 408576698