Remove 2 policy related prefs on android when creating default network context
QuicAllowed and Http09OnNonDefaultPortsEnabled are not part of android policies. See https://www.chromium.org/administrators/policy-list-3. On desktop, they are retrieved from the policy service. On Android, we are planning to run ServiceManager only without the browser process. As a result, calling policy_service() doesn't work when that is enabled. This CL simply disables the code on Android, so we won't need to worry about them when creating default network context without browser process. If later on these policies are enabled to Android, we can add them to a persistent pref store, which can be loaded without browser process. BUG=866028 Change-Id: Ie992d072ff26e085f236817e7a7f08c5bb8b3cba Reviewed-on: https://chromium-review.googlesource.com/1195794Reviewed-by:Matt Menke <mmenke@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#587308}
Showing
Please register or sign in to comment