Chromium Code Reviews| Index: net/url_request/url_request_context.cc |
| =================================================================== |
| --- net/url_request/url_request_context.cc (revision 60752) |
| +++ net/url_request/url_request_context.cc (working copy) |
| @@ -15,8 +15,7 @@ |
| http_auth_handler_factory_(NULL), |
| network_delegate_(NULL), |
| cookie_policy_(NULL), |
| - transport_security_state_(NULL), |
| - is_main_(false) { |
| + transport_security_state_(NULL) { |
| } |
| const std::string& URLRequestContext::GetUserAgent(const GURL& url) const { |