Chromium Code Reviews
DescriptionPass a user agent string to WinHttpOpen to set the user
agent string on the session handle, which is the only
way to specify the User-Agent header for HTTP CONNECT
requests.
This requires some refactoring. Most of the work done
by Session::Init() is moved to the Session constructor.
Session::Init() now only creates the primary session
handle, and the call to Session::Init() is delayed to
the first time we use the primary session handle
(session_->internet()).
R=darin
BUG=552
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=4114
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #Patch Set 4 : '' #Patch Set 5 : '' #Messages
Total messages: 2 (0 generated)
|