Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: trunk/src/chrome/browser/ui/startup/startup_browser_creator.cc

Issue 14066013: Revert 194348 "Part of multiprofile implementation." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/chrome/browser/chromeos/sms_observer.cc ('k') | trunk/src/chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/ui/startup/startup_browser_creator.cc
===================================================================
--- trunk/src/chrome/browser/ui/startup/startup_browser_creator.cc (revision 194361)
+++ trunk/src/chrome/browser/ui/startup/startup_browser_creator.cc (working copy)
@@ -70,7 +70,7 @@
#include "chrome/browser/chromeos/app_mode/startup_app_launcher.h"
#include "chrome/browser/chromeos/kiosk_mode/kiosk_mode_settings.h"
#include "chrome/browser/chromeos/login/user_manager.h"
-#include "chrome/browser/chromeos/profiles/profile_helper.h"
+#include "chrome/browser/chromeos/profile_startup.h"
#include "chromeos/chromeos_switches.h"
#endif
@@ -282,7 +282,7 @@
profile_launch_observer.Get().AddLaunched(profile);
#if defined(OS_CHROMEOS)
- chromeos::ProfileHelper::ProfileStartup(profile, process_startup);
+ chromeos::ProfileStartup(profile, process_startup);
#endif
return true;
}
« no previous file with comments | « trunk/src/chrome/browser/chromeos/sms_observer.cc ('k') | trunk/src/chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698