| 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
|
|
|