diff options
Diffstat (limited to 'chrome/browser/browser_main.cc')
-rw-r--r-- | chrome/browser/browser_main.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc index c801f98..6675bba 100644 --- a/chrome/browser/browser_main.cc +++ b/chrome/browser/browser_main.cc @@ -61,7 +61,6 @@ #else #include "chrome/browser/translate/translate_manager2.h" #endif -#include "chrome/browser/user_data_manager.h" #include "chrome/common/chrome_constants.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_switches.h" @@ -974,9 +973,6 @@ int BrowserMain(const MainFunctionParams& parameters) { scoped_refptr<HistogramSynchronizer> histogram_synchronizer = new HistogramSynchronizer(); - // Initialize the shared instance of user data manager. - scoped_ptr<UserDataManager> user_data_manager(UserDataManager::Create()); - // Initialize the prefs of the local state. browser::RegisterLocalState(local_state); |