diff options
Diffstat (limited to 'chrome/common/net/url_request_context_getter.cc')
-rw-r--r-- | chrome/common/net/url_request_context_getter.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/net/url_request_context_getter.cc b/chrome/common/net/url_request_context_getter.cc index c53f782..57feb0e 100644 --- a/chrome/common/net/url_request_context_getter.cc +++ b/chrome/common/net/url_request_context_getter.cc @@ -10,7 +10,7 @@ net::CookieStore* URLRequestContextGetter::GetCookieStore() { return GetURLRequestContext()->cookie_store(); } -URLRequestContextGetter::URLRequestContextGetter() {} +URLRequestContextGetter::URLRequestContextGetter() : is_main_(false) {} URLRequestContextGetter::~URLRequestContextGetter() {} @@ -28,4 +28,3 @@ void URLRequestContextGetter::OnDestruct() { // If no IO message loop proxy was available, we will just leak memory. // This is also true if the IO thread is gone. } - |