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

Unified Diff: chrome/browser/chromeos/login/webui_login_display_host.cc

Issue 7980012: [ChromeOS] Reland - Make WebUI login use only needed resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/chromeos/login/webui_login_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/webui_login_display_host.cc
diff --git a/chrome/browser/chromeos/login/webui_login_display_host.cc b/chrome/browser/chromeos/login/webui_login_display_host.cc
index d5f6e678a453b2d2fd06070cbe14455a7acac206..9c18fe05ca05c3aef90074ed31843ee126fb0d37 100644
--- a/chrome/browser/chromeos/login/webui_login_display_host.cc
+++ b/chrome/browser/chromeos/login/webui_login_display_host.cc
@@ -17,7 +17,7 @@ namespace chromeos {
namespace {
// URL which corresponds to the login WebUI.
-const char kLoginURL[] = "chrome://login";
+const char kLoginURL[] = "chrome://oobe/login";
// URL which corresponds to the OOBE WebUI.
const char kOobeURL[] = "chrome://oobe";
@@ -104,7 +104,7 @@ void WebUILoginDisplayHost::StartWizard(const std::string& first_screen_name,
void WebUILoginDisplayHost::StartSignInScreen() {
if (!login_window_)
- LoadURL(GURL(kOobeURL));
+ LoadURL(GURL(kLoginURL));
BaseLoginDisplayHost::StartSignInScreen();
GetOobeUI()->ShowSigninScreen();
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/chromeos/login/webui_login_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698