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

Unified Diff: chromeos/dbus/update_engine_client.h

Issue 2933923002: Remove update icon after user confirms download (Closed)
Patch Set: Add initialized_ Created 3 years, 6 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: chromeos/dbus/update_engine_client.h
diff --git a/chromeos/dbus/update_engine_client.h b/chromeos/dbus/update_engine_client.h
index 5206aa6e722b8553742d6dee27324f650de77430..113bfde27407ffe6f8749aecf040987bfa7d0e89 100644
--- a/chromeos/dbus/update_engine_client.h
+++ b/chromeos/dbus/update_engine_client.h
@@ -73,6 +73,9 @@ class CHROMEOS_EXPORT UpdateEngineClient : public DBusClient {
// Called when the status is updated.
virtual void UpdateStatusChanged(const Status& status) {}
+
+ // Called when the update over cellular target is set.
+ virtual void OnUpdateOverCellularTargetSet(bool success) {}
};
~UpdateEngineClient() override;

Powered by Google App Engine
This is Rietveld 408576698