| Index: chrome/browser/ui/ash/ash_init.cc
|
| diff --git a/chrome/browser/ui/ash/ash_init.cc b/chrome/browser/ui/ash/ash_init.cc
|
| index cc1bbccc27a3d9214b83e9f4c461fce895c07f72..5f7e40a9155ba1807422c3bde92c20452f99f64a 100644
|
| --- a/chrome/browser/ui/ash/ash_init.cc
|
| +++ b/chrome/browser/ui/ash/ash_init.cc
|
| @@ -76,7 +76,7 @@ void OpenAsh() {
|
|
|
| if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableZeroBrowsersOpenForTests)) {
|
| - chrome::StartKeepAlive();
|
| + chrome::IncrementKeepAliveCount();
|
| }
|
| #endif
|
| ash::Shell::GetPrimaryRootWindow()->GetDispatcher()->host()->Show();
|
|
|