| Index: chrome/browser/profile_impl.cc
|
| diff --git a/chrome/browser/profile_impl.cc b/chrome/browser/profile_impl.cc
|
| index 779cb4dd84c576584bdfe8e81600713732e1d759..f02e070987bdd599f9d257618973d27664f77de4 100644
|
| --- a/chrome/browser/profile_impl.cc
|
| +++ b/chrome/browser/profile_impl.cc
|
| @@ -713,6 +713,7 @@ URLRequestContextGetter* ProfileImpl::GetRequestContext() {
|
| // created first.
|
| if (!default_request_context_) {
|
| default_request_context_ = request_context_;
|
| + request_context_->set_is_main(true);
|
| // TODO(eroman): this isn't terribly useful anymore now that the
|
| // URLRequestContext is constructed by the IO thread...
|
| NotificationService::current()->Notify(
|
|
|