| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 824f5dcbd9cf0e88e9162f52e30ddeb84722c1f3..892cef085b1ddcf97bb86483a5118f7a82fb74e1 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -1115,6 +1115,7 @@
|
| AddProfileToCache(profile);
|
| DoFinalInitLogging(profile);
|
|
|
| + ProfileMetrics::LogNumberOfProfiles(this);
|
| content::NotificationService::current()->Notify(
|
| chrome::NOTIFICATION_PROFILE_ADDED,
|
| content::Source<Profile>(profile),
|
|
|