Commit 10023159 authored by jam@chromium.org's avatar jam@chromium.org

Fix build break after r112985. CQ didn't run cros build

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112990 0039d316-1c4b-4281-b951-d872f2087c98
parent bce9e2f4
......@@ -557,7 +557,7 @@ void BrowserList::ExitCleanly() {
// screen locker.
if (!AreAllBrowsersCloseable())
browser_shutdown::OnShutdownStarting(browser_shutdown::END_SESSION);
AttemptExitInternal();
AttemptExitInternal(false);
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment