| Index: chrome/browser/lifetime/keep_alive_registry.h
|
| diff --git a/chrome/browser/lifetime/keep_alive_registry.h b/chrome/browser/lifetime/keep_alive_registry.h
|
| index bcff7090e9e4f0ea32fc91cd6a65042aea07ce00..c5be182928d0f8fae74b18b46d688f33c6a3215f 100644
|
| --- a/chrome/browser/lifetime/keep_alive_registry.h
|
| +++ b/chrome/browser/lifetime/keep_alive_registry.h
|
| @@ -21,8 +21,8 @@ class KeepAliveRegistry {
|
|
|
| // Methods to query the state of the registry.
|
| // TODO(dgn): This currently does not give a complete picture. It has no
|
| - // information about the many places that rely on IncrementKeepAliveCount and
|
| - // AddRefModule to keep the browser alive. Tracked by https://crbug.com/587926
|
| + // information about the many places that rely on AddRefModule to keep the
|
| + // browser alive. Tracked by https://crbug.com/587926
|
| bool IsKeepingAlive() const;
|
| bool IsRestartAllowed() const;
|
|
|
|
|