| Index: apps/app_window.cc
|
| diff --git a/apps/app_window.cc b/apps/app_window.cc
|
| index 1f0c945edec5a6eb234ceefeb2d40c7c2a35fc0e..ae42bee70da16b07ac288b20558473c10f8b42c1 100644
|
| --- a/apps/app_window.cc
|
| +++ b/apps/app_window.cc
|
| @@ -232,7 +232,7 @@ void AppWindow::Init(const GURL& url,
|
| }
|
|
|
| // Prevent the browser process from shutting down while this window is open.
|
| - chrome::StartKeepAlive();
|
| + chrome::IncrementKeepAliveCount();
|
|
|
| UpdateExtensionAppIcon();
|
|
|
| @@ -245,7 +245,7 @@ AppWindow::~AppWindow() {
|
| registrar_.RemoveAll();
|
|
|
| // Remove shutdown prevention.
|
| - chrome::EndKeepAlive();
|
| + chrome::DecrementKeepAliveCount();
|
| }
|
|
|
| void AppWindow::RequestMediaAccessPermission(
|
|
|