Chromium Code Reviews| Index: chrome/browser/lifetime/application_lifetime.h |
| diff --git a/chrome/browser/lifetime/application_lifetime.h b/chrome/browser/lifetime/application_lifetime.h |
| index 2d426ae8a94698cd3acf939ab2f1a6f93be81b18..7bcf93cd65a085f8163a1ec7413be27aa2d1b506 100644 |
| --- a/chrome/browser/lifetime/application_lifetime.h |
| +++ b/chrome/browser/lifetime/application_lifetime.h |
| @@ -76,7 +76,7 @@ void NotifyAppTerminating(); |
| // Send out notifications. |
| // For ChromeOS, also request session manager to end the session. |
| -void NotifyAndTerminate(bool fast_path); |
| +void NotifyAndTerminate(bool fast_path, bool always_reboot); |
|
James Cook
2016/11/30 23:01:41
nit: document why you might pass true for always_r
Greg K
2016/12/01 19:44:43
Done.
|
| #if !defined(OS_ANDROID) |
| // Called once the application is exiting. |