| 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 c9235b7195a044601c5c5d3fe87e9a28bc7fdb48..e4db9e1df4c17a6344afcda43d0724c0a61c2628 100644
|
| --- a/chrome/browser/extensions/pending_extension_manager.h
|
| +++ b/chrome/browser/extensions/pending_extension_manager.h
|
| @@ -56,6 +56,9 @@ class PendingExtensionManager {
|
| // Is |id| in the set of pending extensions?
|
| bool IsIdPending(const std::string& id) const;
|
|
|
| + // Returns true if there are any extensions pending.
|
| + bool HasPendingExtensions() const;
|
| +
|
| // Whether there is pending extension install from sync.
|
| bool HasPendingExtensionFromSync() const;
|
|
|
|
|