| Index: chrome/browser/browser_shutdown.h
|
| diff --git a/chrome/browser/browser_shutdown.h b/chrome/browser/browser_shutdown.h
|
| index f53de37963a6aadec5e8fa1ad66cbbc6ca985d07..1d1020098555f2dee993fd121079172244556114 100644
|
| --- a/chrome/browser/browser_shutdown.h
|
| +++ b/chrome/browser/browser_shutdown.h
|
| @@ -29,6 +29,7 @@ void OnShutdownStarting(ShutdownType type);
|
| // Get the current shutdown type.
|
| ShutdownType GetShutdownType();
|
|
|
| +#if !defined(OS_ANDROID)
|
| // Performs the shutdown tasks that need to be done before
|
| // BrowserProcess and the various threads go away.
|
| //
|
| @@ -41,6 +42,7 @@ bool ShutdownPreThreadsStop();
|
| // The provided parameter indicates whether a preference to restart
|
| // the session was present.
|
| void ShutdownPostThreadsStop(bool restart_last_session);
|
| +#endif
|
|
|
| // Called at startup to create a histogram from our previous shutdown time.
|
| void ReadLastShutdownInfo();
|
|
|