Index: chrome/browser/profiles/profile_manager.cc |
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc |
index 3634ad4bb03f270a7b370813de0f5e77ab6fc39e..dfc29c0711df05580729b5218d8f3ffe3e8c5c7b 100644 |
--- a/chrome/browser/profiles/profile_manager.cc |
+++ b/chrome/browser/profiles/profile_manager.cc |
@@ -374,6 +374,10 @@ void ProfileManager::CreateProfileAsync( |
const base::string16& icon_url, |
const std::string& managed_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)) { |