| Index: chrome/browser/lifetime/application_lifetime.h
|
| diff --git a/chrome/browser/lifetime/application_lifetime.h b/chrome/browser/lifetime/application_lifetime.h
|
| index 6f4b951ab5ceb2667c8826cf326d7ee6909e9a63..4930c67010c75984ded3d91b01e87eab18b20f91 100644
|
| --- a/chrome/browser/lifetime/application_lifetime.h
|
| +++ b/chrome/browser/lifetime/application_lifetime.h
|
| @@ -70,6 +70,9 @@ void IncrementKeepAliveCount();
|
| // Should match a previous call to IncrementKeepAliveCount().
|
| void DecrementKeepAliveCount();
|
|
|
| +// Returns the current keep alive count.
|
| +int GetKeepAliveCountForTesting();
|
| +
|
| // Returns true if application will continue running after the last Browser
|
| // closes.
|
| bool WillKeepAlive();
|
|
|