Change ClientSocketPoolManager::InitSocketHandleForHttpRequest and friends
to not take a request_url, since this is confusing for Alternate-Protocol and Alt-Svc requests. Instead, take an enum which describes the type of socket to be requested (FTP, SSL, or normal) and endpoint to which the socket is to be connected. Review URL: https://codereview.chromium.org/1051023003 Cr-Commit-Position: refs/heads/master@{#324196}
Showing
Please register or sign in to comment