| Index: chrome/browser/lifetime/application_lifetime.h
|
| diff --git a/chrome/browser/lifetime/application_lifetime.h b/chrome/browser/lifetime/application_lifetime.h
|
| index 9165754cb63c62219e71ecf15537a97d3652bfb8..3cf18549cd37768132f3af62cd9e806c18beded3 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_
|
|
|