[Android WebView] Call shouldInterceptRequest on a background thread
Move the call to WebViewClient.shouldInterceptRequest from IO thread
to a background thread. This is in order to avoid situations when
embedder's code blocks inside shouldInterceptRequest callback, and
this effectively shuts down IPC messages processing.
BUG=533082
[email protected], [email protected]
Review URL: https://codereview.chromium.org/1350553005 .
Cr-Commit-Position: refs/heads/master@{#351894}
21 files changed