| Index: chrome/browser/profile_impl.cc
|
| diff --git a/chrome/browser/profile_impl.cc b/chrome/browser/profile_impl.cc
|
| index c8498d275e56d9f67941d491999a250cb76b032c..12af96fceab0485b77c514d9a6253a7a54554954 100644
|
| --- a/chrome/browser/profile_impl.cc
|
| +++ b/chrome/browser/profile_impl.cc
|
| @@ -708,6 +708,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(
|
|
|