| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 6bdc4f93a295f58f39c0d27eb3a5c6faf22b14c1..9a0ed359e027b479444f1de4e679df58d4132974 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -1117,7 +1117,6 @@ void ProfileManager::DoFinalInit(Profile* profile, bool go_off_the_record) {
|
| AddProfileToStorage(profile);
|
| DoFinalInitLogging(profile);
|
|
|
| - ProfileMetrics::LogNumberOfProfiles(this);
|
| content::NotificationService::current()->Notify(
|
| chrome::NOTIFICATION_PROFILE_ADDED,
|
| content::Source<Profile>(profile),
|
|
|