Build fix
Fix after https://android-git.corp.google.com/g/#/c/125775 Bug: 5461416 Change-Id: Ifee29b287c9fcd2a35b0b676db00ef2a4fc8c5a8
This commit is contained in:
@@ -110,10 +110,10 @@ public class WebChromeClient {
|
|||||||
* such as the user clicking a link.
|
* such as the user clicking a link.
|
||||||
* @param resultMsg The message to send when once a new WebView has been
|
* @param resultMsg The message to send when once a new WebView has been
|
||||||
* created. resultMsg.obj is a
|
* created. resultMsg.obj is a
|
||||||
* {@link WebView#WebViewTransport WebView.WebViewTransport}
|
* {@link WebView.WebViewTransport} object. This should be
|
||||||
* object. This should be used to transport the new
|
* used to transport the new WebView, by calling
|
||||||
* WebView, by calling
|
* {@link WebView.WebViewTransport#setWebView(WebView)
|
||||||
* {@link WebView#WebViewTransport#setWebView() WebView.WebViewTransport.setWebView()}.
|
* WebView.WebViewTransport.setWebView(WebView)}.
|
||||||
* @return This method should return true if the host application will
|
* @return This method should return true if the host application will
|
||||||
* create a new window, in which case resultMsg should be sent to
|
* create a new window, in which case resultMsg should be sent to
|
||||||
* its target. Otherwise, this method should return false. Returning
|
* its target. Otherwise, this method should return false. Returning
|
||||||
|
|||||||
Reference in New Issue
Block a user