Skip to content

Commit

Permalink
AW: mark SupportLibClient as final
Browse files Browse the repository at this point in the history
This marks the SupportLibWebViewContentsClientAdapter as final. This
instance is 1:1 with WebViewContentsClientAdapter and is set during the
constructor, so it can be final.

Test: N/A
Change-Id: I288ea6784e3a6c613825f8256dcecf78a1201f2c
Reviewed-on: https://chromium-review.googlesource.com/1039156
Reviewed-by: Bo <boliu@chromium.org>
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555308}
  • Loading branch information
ntfschr-chromium authored and Commit Bot committed May 2, 2018
1 parent 8aaac43 commit 156dd81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class WebViewContentsClientAdapter extends AwContentsClient {
// The WebViewClient instance that was passed to WebView.setWebViewClient().
protected WebViewClient mWebViewClient = sNullWebViewClient;
// Some callbacks will be forwarded to this client for apps using the support library.
private SupportLibWebViewContentsClientAdapter mSupportLibClient;
private final SupportLibWebViewContentsClientAdapter mSupportLibClient;
// The WebChromeClient instance that was passed to WebView.setContentViewClient().
private WebChromeClient mWebChromeClient;
// The listener receiving find-in-page API results.
Expand Down

0 comments on commit 156dd81

Please sign in to comment.