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

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

Issue 663573002: Fix Java indentation issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 279c89e58e3b75ce635e55ae92be0801b37aa0f9..fe02565a9e1b0a5f35557dfb9a276f8b2f8423c7 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java
@@ -34,7 +34,7 @@ public abstract class AwContentsIoThreadClient {
@CalledByNative
public abstract void onDownloadStart(String url, String userAgent,
- String contentDisposition, String mimeType, long contentLength);
+ String contentDisposition, String mimeType, long contentLength);
@CalledByNative
public abstract void newLoginRequest(String realm, String account, String args);
@@ -49,7 +49,7 @@ public abstract class AwContentsIoThreadClient {
boolean hasUserGesture, String method, String[] requestHeaderNames,
String[] requestHeaderValues) {
AwContentsClient.ShouldInterceptRequestParams params =
- new AwContentsClient.ShouldInterceptRequestParams();
+ new AwContentsClient.ShouldInterceptRequestParams();
params.url = url;
params.isMainFrame = isMainFrame;
params.hasUserGesture = hasUserGesture;

Powered by Google App Engine
This is Rietveld 408576698