| Index: chrome/browser/extensions/pending_extension_manager.h
|
| diff --git a/chrome/browser/extensions/pending_extension_manager.h b/chrome/browser/extensions/pending_extension_manager.h
|
| index 13606a9068cb1277c8acf4550e441a0e5a1b31fd..0ba01bd173c4af17d2c57ed2bea7e6413104ca43 100644
|
| --- a/chrome/browser/extensions/pending_extension_manager.h
|
| +++ b/chrome/browser/extensions/pending_extension_manager.h
|
| @@ -76,6 +76,9 @@ class PendingExtensionManager {
|
| // Are we expecting a reinstall of the extension with |id| due to corruption?
|
| bool IsPolicyReinstallForCorruptionExpected(const ExtensionId& id) const;
|
|
|
| + // Whether or not there are any corrupted policy extensions.
|
| + bool HasAnyPolicyReinstallForCorruption() const;
|
| +
|
| // Adds an extension in a pending state; the extension with the
|
| // given info will be installed on the next auto-update cycle.
|
| // Return true if the extension was added. Will return false
|
|
|