Allow CordovaChromeClient subclasses access to CordovaInterface and CordovaWebView members

This commit is contained in:
Ian Clelland 2013-08-23 14:37:36 -04:00
parent f604988181
commit e6812f18a0

View File

@ -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;