[AW NS] Make sure to not call shouldInterceptRequest for special android urls
shouldInterceptRequest callback should not be called for special android URLs, unless they fail to load. Special android urls are urls such as "file:///android_asset/", "file:///android_res/" or "content:" scheme urls. Fixed tests: -AwContentsClientShouldInterceptRequestTest.testNotCalledForExistingAsset -AwContentsClientShouldInterceptRequestTest.testNotCalledForExistingContentUrl -AwContentsClientShouldInterceptRequestTest.testNotCalledForExistingResource BUG=893566,841556 Cq-Include-Trybots: master.tryserver.chromium.android:android_mojo Change-Id: I1fd6275194d2ee2d09822896f53626e96789ff32 Reviewed-on: https://chromium-review.googlesource.com/c/1424892Reviewed-by:John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Commit-Queue: Tim Volodine <timvolodine@chromium.org> Cr-Commit-Position: refs/heads/master@{#625424}
Showing
Please register or sign in to comment