| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 6373db817d7e05726119173e0bba3d4215db29c5..004960b8331e5051ee4d780d452b153ed2287b33 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -382,6 +382,10 @@ void ProfileManager::CreateProfileAsync(
|
| const base::string16& icon_url,
|
| const std::string& supervised_user_id) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| + TRACE_EVENT1("startup",
|
| + "ProfileManager::CreateProfileAsync",
|
| + "profile_path",
|
| + profile_path.value().c_str());
|
|
|
| // Make sure that this profile is not pending deletion.
|
| if (IsProfileMarkedForDeletion(profile_path)) {
|
|
|