| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 84be771ab5a96e9027c780e47f61e1952b0582ec..3f4fda6096762a1abc3c423c427ebc397bb5c9ea 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -938,14 +938,8 @@ net::URLRequestContextGetter* ProfileImpl::GetRequestContext() {
|
| // The first request context is always a normal (non-OTR) request context.
|
| // Even when Chromium is started in OTR mode, a normal profile is always
|
| // created first.
|
| - if (!default_request_context_) {
|
| + if (!default_request_context_)
|
| default_request_context_ = request_context;
|
| - // TODO(eroman): this isn't terribly useful anymore now that the
|
| - // net::URLRequestContext is constructed by the IO thread...
|
| - NotificationService::current()->Notify(
|
| - chrome::NOTIFICATION_DEFAULT_REQUEST_CONTEXT_AVAILABLE,
|
| - NotificationService::AllSources(), NotificationService::NoDetails());
|
| - }
|
|
|
| return request_context;
|
| }
|
|
|