| Index: chrome/browser/browser_shutdown.cc
|
| ===================================================================
|
| --- chrome/browser/browser_shutdown.cc (revision 111697)
|
| +++ chrome/browser/browser_shutdown.cc (working copy)
|
| @@ -114,7 +114,7 @@
|
| return shutdown_ms_file.AppendASCII(kShutdownMsFile);
|
| }
|
|
|
| -bool ShutdownPreThreadsStop() {
|
| +void Shutdown() {
|
| #if defined(OS_CHROMEOS)
|
| chromeos::BootTimesLoader::Get()->AddLogoutTimeMarker(
|
| "BrowserShutdownStarted", false);
|
| @@ -162,10 +162,6 @@
|
| RLZTracker::CleanupRlz();
|
| #endif
|
|
|
| - return restart_last_session;
|
| -}
|
| -
|
| -void ShutdownPostThreadsStop(bool restart_last_session) {
|
| // The jank'o'meter requires that the browser process has been destroyed
|
| // before calling UninstallJankometer().
|
| delete g_browser_process;
|
|
|