Fix and clean up application context in webview.
- Move responsibility of application context initialization in AwBrowserProcess to caller to prevent double initialization. - Switch to using ContextUtils.getApplicationContext for methods that only need the application context. Ensures the wrapped context is always used. - Move away from using mWebViewDelegate.getApplication as that returns the raw unwrapped application object. BUG=620790 Review-Url: https://codereview.chromium.org/2076623002 Cr-Commit-Position: refs/heads/master@{#400664}
Showing
Please register or sign in to comment