Index: chrome/browser/extensions/pending_extension_manager.h |
=================================================================== |
--- chrome/browser/extensions/pending_extension_manager.h (revision 152351) |
+++ chrome/browser/extensions/pending_extension_manager.h (working copy) |
@@ -56,9 +56,6 @@ |
// Is |id| in the set of pending extensions? |
bool IsIdPending(const std::string& id) const; |
- // Whether there is pending extension install from sync. |
- bool HasPendingExtensionFromSync() 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 |