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

Unified Diff: chromeos/dbus/update_engine_client.h

Issue 2081873002: Incorporate comments in Dbus code and add Eol icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporate comments from isherman@ Created 4 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
« no previous file with comments | « chromeos/dbus/fake_update_engine_client.cc ('k') | chromeos/dbus/update_engine_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/update_engine_client.h
diff --git a/chromeos/dbus/update_engine_client.h b/chromeos/dbus/update_engine_client.h
index 721aaa3d71e542cd16b7f70a4403b5f447059fe6..6fa73efda5692f09c8ddc6b68ea771576ba448d9 100644
--- a/chromeos/dbus/update_engine_client.h
+++ b/chromeos/dbus/update_engine_client.h
@@ -135,10 +135,11 @@ class CHROMEOS_EXPORT UpdateEngineClient : public DBusClient {
const GetChannelCallback& callback) = 0;
// Called once GetEolStatus() is complete. Takes one parameter;
- // - EolStatus: the eol status of the device.
- typedef base::Callback<void(int status)> GetEolStatusCallback;
+ // - EndOfLife Status: the end of life status of the device.
+ typedef base::Callback<void(update_engine::EndOfLifeStatus status)>
+ GetEolStatusCallback;
- // Get Eol status of the device and calls |callback| when completed.
+ // Get EndOfLife status of the device and calls |callback| when completed.
virtual void GetEolStatus(const GetEolStatusCallback& callback) = 0;
// Returns an empty UpdateCheckCallback that does nothing.
« no previous file with comments | « chromeos/dbus/fake_update_engine_client.cc ('k') | chromeos/dbus/update_engine_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698