| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index c9ace166cf4ba495faf52b21a5d3df78b3253c79..138955ec40ec3024917030498c67a55b1c189710 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -750,6 +750,9 @@ ExtensionSpecialStoragePolicy*
|
|
|
| void ProfileImpl::OnPrefsLoaded(bool success) {
|
| TRACE_EVENT0("browser", "ProfileImpl::OnPrefsLoaded")
|
| + if (delegate_)
|
| + delegate_->OnPrefsLoaded(this);
|
| +
|
| if (!success) {
|
| if (delegate_)
|
| delegate_->OnProfileCreated(this, false, false);
|
|
|