| Index: net/url_request/url_request_inet_job.cc
|
| ===================================================================
|
| --- net/url_request/url_request_inet_job.cc (revision 8772)
|
| +++ net/url_request/url_request_inet_job.cc (working copy)
|
| @@ -89,8 +89,8 @@
|
| // TODO(darin): we should re-create the internet if the UA string changes,
|
| // but we have to be careful about existing users of this internet.
|
| if (!the_internet_) {
|
| - InitializeTheInternet(
|
| - request->context() ? request->context()->user_agent() : std::string());
|
| + InitializeTheInternet(request->context() ?
|
| + request->context()->GetUserAgent(GURL()) : std::string());
|
| }
|
| #ifndef NDEBUG
|
| DCHECK(MessageLoop::current() == my_message_loop_) <<
|
|
|