Index: components/update_client/update_engine.h |
diff --git a/components/update_client/update_engine.h b/components/update_client/update_engine.h |
index 9118cf0ea5c8f47db81b86831c3e5c01aef3e01f..f2a577a393f4cecef88220d82ac76a0b552fc800 100644 |
--- a/components/update_client/update_engine.h |
+++ b/components/update_client/update_engine.h |
@@ -53,9 +53,6 @@ class UpdateEngine { |
const NotifyObserversCallback& notify_observers_callback); |
~UpdateEngine(); |
- // Returns true is the CRX identified by the given |id| is being updated. |
- bool IsUpdating(const std::string& id) const; |
- |
bool GetUpdateState(const std::string& id, CrxUpdateItem* update_state); |
void Update(bool is_foreground, |