diff options
Diffstat (limited to 'core/java/android/webkit/CallbackProxy.java')
| -rw-r--r-- | core/java/android/webkit/CallbackProxy.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/java/android/webkit/CallbackProxy.java b/core/java/android/webkit/CallbackProxy.java index 41e604d57bab..e50459132b77 100644 --- a/core/java/android/webkit/CallbackProxy.java +++ b/core/java/android/webkit/CallbackProxy.java @@ -177,17 +177,6 @@ class CallbackProxy extends Handler { } /** - * Tell the host application that the WebView has changed viewing modes. - * @param newViewingMode One of the values described in WebView as possible - * values for the viewing mode - */ - /* package */ void uiOnChangeViewingMode(int newViewingMode) { - if (mWebChromeClient != null) { - mWebChromeClient.onChangeViewingMode(mWebView, newViewingMode); - } - } - - /** * Called by the UI side. Calling overrideUrlLoading from the WebCore * side will post a message to call this method. */ |
