Commit 6e1e8406 authored by Bo Liu's avatar Bo Liu Committed by Commit Bot

weblayer: Use static inner class where appropriate

Change-Id: I95df3ea154bb0a73b8842bd485129c4269d1eff0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879707Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Bo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709139}
parent 57ad94dd
...@@ -152,7 +152,7 @@ public final class BrowserController { ...@@ -152,7 +152,7 @@ public final class BrowserController {
} }
} }
private final class DownloadDelegateClientImpl extends IDownloadDelegateClient.Stub { private static final class DownloadDelegateClientImpl extends IDownloadDelegateClient.Stub {
private final DownloadDelegate mDelegate; private final DownloadDelegate mDelegate;
DownloadDelegateClientImpl(DownloadDelegate delegate) { DownloadDelegateClientImpl(DownloadDelegate delegate) {
...@@ -171,7 +171,7 @@ public final class BrowserController { ...@@ -171,7 +171,7 @@ public final class BrowserController {
} }
} }
private final class FullscreenDelegateClientImpl extends IFullscreenDelegateClient.Stub { private static final class FullscreenDelegateClientImpl extends IFullscreenDelegateClient.Stub {
private FullscreenDelegate mDelegate; private FullscreenDelegate mDelegate;
/* package */ FullscreenDelegateClientImpl(FullscreenDelegate delegate) { /* package */ FullscreenDelegateClientImpl(FullscreenDelegate delegate) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment