diff options
Diffstat (limited to 'chrome/browser/lifetime/application_lifetime.h')
-rw-r--r-- | chrome/browser/lifetime/application_lifetime.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/lifetime/application_lifetime.h b/chrome/browser/lifetime/application_lifetime.h index 9165754..3cf1854 100644 --- a/chrome/browser/lifetime/application_lifetime.h +++ b/chrome/browser/lifetime/application_lifetime.h @@ -116,6 +116,9 @@ void HandleAppExitingForPlatform(); // last browser window is being closed. bool ShouldStartShutdown(Browser* browser); +// Disable browser shutdown for unit tests. +void DisableShutdownForTesting(bool disable_shutdown_for_testing); + } // namespace chrome #endif // CHROME_BROWSER_LIFETIME_APPLICATION_LIFETIME_H_ |