| Index: chrome/browser/chrome_browser_main_posix.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_main_posix.cc (revision 106989)
|
| +++ chrome/browser/chrome_browser_main_posix.cc (working copy)
|
| @@ -105,7 +105,7 @@
|
| sleep(UINT_MAX);
|
| }
|
|
|
| -NOINLINE void CloseAllBrowsersAndExitPosted() {
|
| +NOINLINE void ExitPosted() {
|
| // Ensure function isn't optimized away.
|
| asm("");
|
| sleep(UINT_MAX);
|
| @@ -161,7 +161,7 @@
|
| RAW_LOG(WARNING, "Still here, exiting really ungracefully.");
|
| _exit(signal | (1 << 7));
|
| }
|
| - CloseAllBrowsersAndExitPosted();
|
| + ExitPosted();
|
| }
|
|
|
| // Sets the file descriptor soft limit to |max_descriptors| or the OS hard
|
|
|