Fix window.open issue in Document mode on Android.
Defers unblocking renderer's requests until the asynchronous activity
and tab loading process is complete and we are ready to handle
additional requests.
Adds new android-specific API to resume the requests and web contents
delegate API to allow the deferral for resuming renderer request
handling.
BUG=
432562
Committed:
https://crrev.com/44bdc473c520ad18b4d6dfee19c341f5b9d3a500
Cr-Commit-Position: refs/heads/master@{#327414}