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

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

Issue 8907008: Enable the status area and make it visible on login. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_utils.cc
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index 46e0fa9e9a32cc1cd5142a60acb1132e1a38010e..159d6ba501c96edb7f7b52d8ac06d0d19287a941 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -1317,8 +1317,7 @@ void LoginUtils::DoBrowserLaunch(Profile* profile,
if (browser_shutdown::IsTryingToQuit())
return;
- chromeos::StatusAreaViewChromeos::
- SetScreenMode(StatusAreaViewChromeos::BROWSER_MODE);
+ StatusAreaViewChromeos::SetScreenMode(StatusAreaViewChromeos::BROWSER_MODE);
BootTimesLoader::Get()->AddLoginTimeMarker("BrowserLaunched", false);
VLOG(1) << "Launching browser...";
@@ -1338,6 +1337,8 @@ void LoginUtils::DoBrowserLaunch(Profile* profile,
// browser before it is dereferenced by the login host.
if (login_host) {
login_host->OnSessionStart();
+ login_host->SetStatusAreaVisible(true);
+ login_host->SetStatusAreaEnabled(true);
login_host = NULL;
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698