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

Unified Diff: chrome/browser/profiles/profile_manager.cc

Issue 7563023: Multi-Profiles: Remove new profile setup UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/new_profile.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_manager.cc
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
index 9e286c6102735c5a32a903d6f41de235bdc9cdcf..2bbc0c2e195c43666708277a85a423fb58cc1095 100644
--- a/chrome/browser/profiles/profile_manager.cc
+++ b/chrome/browser/profiles/profile_manager.cc
@@ -68,7 +68,7 @@ class NewProfileLauncher : public ProfileManagerObserver {
if (status == STATUS_INITIALIZED) {
DCHECK(profile);
Browser* browser = Browser::Create(profile);
- browser->AddSelectedTabWithURL(GURL(chrome::kChromeUINewProfile),
+ browser->AddSelectedTabWithURL(GURL(chrome::kChromeUINewTabURL),
PageTransition::LINK);
browser->window()->Show();
}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/new_profile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698