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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwContentsClient.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/AwContentsClient.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java b/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
index d1effb7b09d506b8e15bbe26bf49f19d82f89c73..b20f521ddc274886a64299ea2d96eb798d53d52d 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
@@ -187,8 +187,8 @@ public abstract class AwContentsClient {
// TODO (michaelbai): Remove this method once the same method remove from
// WebViewContentsClientAdapter.
- public void onShowCustomView(View view,
- int requestedOrientation, WebChromeClient.CustomViewCallback callback) {
+ public void onShowCustomView(View view, int requestedOrientation,
+ WebChromeClient.CustomViewCallback callback) {
}
// TODO (michaelbai): This method should be abstract, having empty body here

Powered by Google App Engine
This is Rietveld 408576698