Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1247)

Unified Diff: android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java

Issue 2339343002: Android webview tries to switch to CE context (Closed)
Patch Set: Removed redundancy Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java
diff --git a/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java b/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java
index 4a3892673442c2b9ec08979ddb21ba8d4649b45a..cb1ef7218adc8d31e81e0c9b1da9e70eca894251 100644
--- a/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java
+++ b/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java
@@ -114,7 +114,6 @@ class WebViewChromium implements WebViewProvider, WebViewProvider.ScrollDelegate
// init is ofter called right after and is NOT threadsafe.
public WebViewChromium(WebViewChromiumFactoryProvider factory, WebView webView,
WebView.PrivateAccess webViewPrivate, boolean shouldDisableThreadChecking) {
- WebViewChromiumFactoryProvider.checkStorageIsNotDeviceProtected(webView.getContext());
Torne 2016/09/22 09:59:54 Leave this as-is, it's correct.
Nate Fischer 2016/09/22 19:47:49 Ok. I think I understand you clearly now. I think
mWebView = webView;
mWebViewPrivate = webViewPrivate;
mHitTestResult = new WebView.HitTestResult();

Powered by Google App Engine
This is Rietveld 408576698