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

Unified Diff: chrome/browser/ui/webui/chrome_web_ui_factory.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/resources/new_profile.js ('k') | chrome/browser/ui/webui/new_profile_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chrome_web_ui_factory.cc
diff --git a/chrome/browser/ui/webui/chrome_web_ui_factory.cc b/chrome/browser/ui/webui/chrome_web_ui_factory.cc
index f42a0521d97f570246a2964b940556930e48b43e..7a9742c979c4b172fa3cc958e2e5cee14e0e90e7 100644
--- a/chrome/browser/ui/webui/chrome_web_ui_factory.cc
+++ b/chrome/browser/ui/webui/chrome_web_ui_factory.cc
@@ -57,8 +57,6 @@
#include "chrome/browser/ui/webui/chromeos/sim_unlock_ui.h"
#include "chrome/browser/ui/webui/chromeos/system_info_ui.h"
#include "chrome/browser/ui/webui/active_downloads_ui.h"
-#else
-#include "chrome/browser/ui/webui/new_profile_ui.h"
#endif
#if defined(TOUCH_UI)
@@ -237,13 +235,6 @@ static WebUIFactoryFunction GetWebUIFactoryFunction(Profile* profile,
if (url.spec() == chrome::kChromeUIConstrainedHTMLTestURL)
return &NewWebUI<ConstrainedHtmlUI>;
-#if !defined(OS_CHROMEOS)
- if (ProfileManager::IsMultipleProfilesEnabled()) {
- if (url.host() == chrome::kChromeUINewProfileHost)
- return &NewWebUI<NewProfileUI>;
- }
-#endif
-
return NULL;
}
« no previous file with comments | « chrome/browser/resources/new_profile.js ('k') | chrome/browser/ui/webui/new_profile_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698