Chromium Code Reviews| Index: chrome/browser/browser_shutdown.h |
| diff --git a/chrome/browser/browser_shutdown.h b/chrome/browser/browser_shutdown.h |
| index c3450329d821fe916384dc5a6e38d406e7dfe58e..5ab502fe3685f7d67a7ccba4531b61da8a468b47 100644 |
| --- a/chrome/browser/browser_shutdown.h |
| +++ b/chrome/browser/browser_shutdown.h |
| @@ -43,7 +43,8 @@ bool ShutdownPreThreadsStop(); |
| // |
| // The provided parameter indicates whether a preference to restart |
| // the session was present. |
| -void ShutdownPostThreadsStop(bool restart_last_session); |
| +void ShutdownPostThreadsStop(bool restart_last_session, |
|
sky
2016/07/06 16:55:33
nit: use bitmask to improve readability. Also, doc
dgn
2016/07/22 15:18:09
Done.
|
| + bool restart_in_background); |
| #endif |
| // Called at startup to create a histogram from our previous shutdown time. |