| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index df7f182ac188ac5731c30bb6a5bbd33551fde864..6490b81b5d340fed038a92eccc42247a191f49d4 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -56,6 +56,7 @@
|
| #include "chrome/browser/extensions/extension_service.h"
|
| #include "chrome/browser/extensions/extension_system.h"
|
| #include "chrome/browser/extensions/startup_helper.h"
|
| +#include "chrome/browser/feedback/feedback_profile_observer.h"
|
| #include "chrome/browser/first_run/first_run.h"
|
| #include "chrome/browser/first_run/upgrade_util.h"
|
| #include "chrome/browser/google/google_search_counter.h"
|
| @@ -1230,6 +1231,10 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
|
| #endif // defined(OS_WIN)
|
| }
|
|
|
| + // Initialize the feedback uploader so it can setup notifications for profile
|
| + // creation.
|
| + feedback::FeedbackProfileObserver::Initialize();
|
| +
|
| // Profile creation ----------------------------------------------------------
|
|
|
| MetricsService::SetExecutionPhase(MetricsService::CREATE_PROFILE);
|
|
|