| Index: chrome/browser/lifetime/application_lifetime.h
|
| diff --git a/chrome/browser/lifetime/application_lifetime.h b/chrome/browser/lifetime/application_lifetime.h
|
| index 6961e294fc68f7462d716a7390acb40ee4621f39..2f25219b0237025fdb7c5166b6c7b7090b6a5881 100644
|
| --- a/chrome/browser/lifetime/application_lifetime.h
|
| +++ b/chrome/browser/lifetime/application_lifetime.h
|
| @@ -16,6 +16,11 @@ namespace chrome {
|
| // SIGTERM to start actual exit process.
|
| void AttemptUserExit();
|
|
|
| +// Starts to collect shutdown traces. On ChromeOS this will start immediately
|
| +// on AttemptUserExit() and all other systems will start once all tabs are
|
| +// closed.
|
| +void StartShutdownTracing();
|
| +
|
| // Starts a user initiated restart process. On platforms other than
|
| // chromeos, this sets a restart bit in the preference so that
|
| // chrome will be restarted at the end of shutdown process. On
|
|
|