Set User-Agent and Accept-Language request headers for PWS requests
The HTTP request headers normally used by Chrome for Android are
generated in the native layer. We do not want to load native when the
Physical Web is resolving URLs in the background, so we cannot access
these values directly. Instead, they are reconstructed from values
accessible from the Java layer.
BUG=
607660
Committed:
https://crrev.com/6bf0bb56d7536accdddeaf0429de7e619953e367
Cr-Commit-Position: refs/heads/master@{#398120}