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

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

Issue 8271003: Shutdown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/chromeos/login/login_utils.cc
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index 500f5af5bfb96cbfac0b96c5fe4410dd4a93e271..585ed109404ff593c3e4f9bd79401613e94b42a2 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -780,6 +780,8 @@ void LoginUtilsImpl::CompleteOffTheRecordLogin(const GURL& start_url) {
if (CrosLibrary::Get()->EnsureLoaded()) {
// Session Manager may kill the chrome anytime after this point.
// Write exit_cleanly and other stuff to the disk here.
+ // NOTE: If you want/need to change this, please update the comment
+ // in chrome/browser/ui/browser_list.cc that describes shutdown process.
g_browser_process->EndSession();
// For guest session we ask session manager to restart Chrome with --bwsi

Powered by Google App Engine
This is Rietveld 408576698