| Index: chrome/browser/browser_process_impl.cc
|
| ===================================================================
|
| --- chrome/browser/browser_process_impl.cc (revision 57107)
|
| +++ chrome/browser/browser_process_impl.cc (working copy)
|
| @@ -717,7 +717,7 @@
|
| bool BrowserProcessImpl::CanAutorestartForUpdate() const {
|
| // Check if browser is in the background and if it needs to be restarted to
|
| // apply a pending update.
|
| - return BrowserList::size() == 0 && !BrowserList::WillKeepAlive() &&
|
| + return BrowserList::size() == 0 && BrowserList::WillKeepAlive() &&
|
| Upgrade::IsUpdatePendingRestart();
|
| }
|
|
|
|
|