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

Unified Diff: chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc

Issue 15702004: Open Ash shell after creating Profile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address feedback Created 7 years, 7 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
Index: chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
diff --git a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
index f7eb6a9a344ffc8e00fb7868d0a8ac1c8eb75303..13d07002e7f7bed19a5b8574845c7b102175548a 100644
--- a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
+++ b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
@@ -62,6 +62,9 @@ ChromeBrowserMainExtraPartsAsh::~ChromeBrowserMainExtraPartsAsh() {
}
void ChromeBrowserMainExtraPartsAsh::PreProfileInit() {
+}
+
+void ChromeBrowserMainExtraPartsAsh::PostProfileInit() {
if (chrome::ShouldOpenAshOnStartup()) {
chrome::OpenAsh();
if (!CommandLine::ForCurrentProcess()->HasSwitch(
@@ -81,9 +84,6 @@ void ChromeBrowserMainExtraPartsAsh::PreProfileInit() {
#endif
}
-void ChromeBrowserMainExtraPartsAsh::PostProfileInit() {
-}
-
void ChromeBrowserMainExtraPartsAsh::PostMainMessageLoopRun() {
chrome::CloseAsh();
}
« chrome/browser/profiles/profile_manager.cc ('K') | « chrome/browser/profiles/profile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698