diff options
Diffstat (limited to 'chrome/browser/browser_main.cc')
-rw-r--r-- | chrome/browser/browser_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc index e8b96c8..915aba4 100644 --- a/chrome/browser/browser_main.cc +++ b/chrome/browser/browser_main.cc @@ -1448,7 +1448,7 @@ int BrowserMain(const MainFunctionParams& parameters) { // This forces the ProfileManager to be created and register for the // notification it needs to track the logged in user. - g_browser_process->profile_manager()->GetDefaultProfile(); + g_browser_process->profile_manager(); // Allow access to file:// on ChromeOS for tests. if (parsed_command_line.HasSwitch(switches::kAllowFileAccess)) { |