Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1352)

Unified Diff: components/update_client/update_engine.h

Issue 1419473005: Fix task concurrency in components/update_client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698