| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 0cbc653fe489f536df0a09c2f0652d9f36034197..e841ef5bfae364e5fec32604b3cb7e58074519f0 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -427,6 +427,11 @@ void ProfileImpl::DoFinalInit() {
|
| // Creation has been finished.
|
| if (delegate_)
|
| delegate_->OnProfileCreated(this, true);
|
| +
|
| + NotificationService::current()->Notify(
|
| + chrome::NOTIFICATION_PROFILE_CREATED,
|
| + Source<Profile>(this),
|
| + NotificationService::NoDetails());
|
| }
|
|
|
| void ProfileImpl::InitExtensions(bool extensions_enabled) {
|
|
|