mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
Allow CordovaChromeClient subclasses access to CordovaInterface and CordovaWebView members
This commit is contained in:
parent
f604988181
commit
e6812f18a0
@ -54,8 +54,8 @@ public class CordovaChromeClient extends WebChromeClient {
|
||||
private static final String LOG_TAG = "CordovaChromeClient";
|
||||
private String TAG = "CordovaLog";
|
||||
private long MAX_QUOTA = 100 * 1024 * 1024;
|
||||
private CordovaInterface cordova;
|
||||
private CordovaWebView appView;
|
||||
protected CordovaInterface cordova;
|
||||
protected CordovaWebView appView;
|
||||
|
||||
// the video progress view
|
||||
private View mVideoProgressView;
|
||||
|
Loading…
Reference in New Issue
Block a user