Commit aea52b69 authored by Nate Fischer's avatar Nate Fischer Committed by Commit Bot

AW: disable quic for NetworkService

This disables the QUIC protocol in WebView for the NetworkService path.
This protocol is not currently supported.

R=jam@chromium.org

Bug: 887538
Test: Manual - nothing seems drastically broken
Change-Id: I0f88c257b3fd2928492888ecb09793aa3e3c45b1
Cq-Include-Trybots: master.tryserver.chromium.android:android_mojo
Reviewed-on: https://chromium-review.googlesource.com/c/1322357Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606086}
parent 375809b8
......@@ -258,6 +258,10 @@ network::mojom::NetworkContextPtr AwContentBrowserClient::CreateNetworkContext(
content::GetNetworkService()->CreateNetworkContext(
MakeRequest(&network_context), std::move(context_params));
// Quic is not currently supported in WebView.
content::GetNetworkService()->DisableQuic();
return network_context;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment