| Index: chrome/browser/browser_shutdown.h
|
| diff --git a/chrome/browser/browser_shutdown.h b/chrome/browser/browser_shutdown.h
|
| index 0df2919ba863a53f697a616deaa8cd68a973a791..a494d5201d8fb287f321547859890cdb85784fca 100644
|
| --- a/chrome/browser/browser_shutdown.h
|
| +++ b/chrome/browser/browser_shutdown.h
|
| @@ -21,8 +21,10 @@ enum ShutdownType {
|
| WINDOW_CLOSE,
|
| // user clicked on the Exit menu item
|
| BROWSER_EXIT,
|
| - // windows is logging off or shutting down
|
| - END_SESSION
|
| + // OS is logging off or powering off. Close all tabs forcibly.
|
| + POWER_OFF,
|
| + // X11 is dead. Shutdown without closing browsers.
|
| + SHUTDOWN_WITHOUT_CLOSE,
|
| };
|
|
|
| void RegisterPrefs(PrefService* local_state);
|
|
|