Index: chrome/browser/profiles/profile_manager.cc |
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc |
index 85ba7886c04c270ae7456138d48e6443e6923830..beba1bf6f8b080e9b50c9e224313faf2648d9a6b 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()); |
// Make sure that this profile is not pending deletion. |
if (IsProfileMarkedForDeletion(profile_path)) { |