| Index: chrome/browser/chromeos/login/session/chrome_session_manager.cc
|
| diff --git a/chrome/browser/chromeos/login/session/chrome_session_manager.cc b/chrome/browser/chromeos/login/session/chrome_session_manager.cc
|
| index a08df7b0e095d043421daec63919c80346e5e1d7..2b9af5416fe146abea8afb076c7e19af1cc104b7 100644
|
| --- a/chrome/browser/chromeos/login/session/chrome_session_manager.cc
|
| +++ b/chrome/browser/chromeos/login/session/chrome_session_manager.cc
|
| @@ -157,7 +157,7 @@ void ChromeSessionManager::Initialize(
|
| bool is_running_test) {
|
| // Keep Chrome alive for mash.
|
| // TODO(xiyuan): Remove this when session manager is moved out of Chrome.
|
| - if (ash_util::IsRunningInMash() &&
|
| + if (IsRunningInMash() &&
|
| !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| ::switches::kDisableZeroBrowsersOpenForTests)) {
|
| g_browser_process->platform_part()->RegisterKeepAlive();
|
|
|