Index: chrome/browser/profiles/profile_manager.cc |
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc |
index 42e766281224d301079dd4a37536521fec7f63d0..ed78fff3e9579b2066defbba9d955cff0958018b 100644 |
--- a/chrome/browser/profiles/profile_manager.cc |
+++ b/chrome/browser/profiles/profile_manager.cc |
@@ -958,6 +958,7 @@ void ProfileManager::OnProfileCreated(Profile* profile, |
} else { |
profile = NULL; |
profiles_info_.erase(iter); |
Alexei Svitkine (slow)
2014/09/26 20:30:26
If the plan is for this to be temporary, add a TOD
yao
2014/09/26 20:35:40
Done.
|
+ UMA_HISTOGRAM_COUNTS("UMA.ProfilesCount", profiles_info_.size()); |
Alexei Svitkine (slow)
2014/09/26 20:30:26
Let's do UMA_HISTOGRAM_COUNTS_100().
yao
2014/09/26 20:35:40
Done.
|
} |
if (profile) { |