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

Unified Diff: chromeos/dbus/fake_update_engine_client.h

Issue 2060623002: Implementation of Device End of Life Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify browsertest 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
Index: chromeos/dbus/fake_update_engine_client.h
diff --git a/chromeos/dbus/fake_update_engine_client.h b/chromeos/dbus/fake_update_engine_client.h
index 68c0aa435182e40fcc1b254c32ea3eddfb46c635..a1aa3aa8cbbf152dd3e8b58943ab6e2f30a18241 100644
--- a/chromeos/dbus/fake_update_engine_client.h
+++ b/chromeos/dbus/fake_update_engine_client.h
@@ -35,6 +35,7 @@ class FakeUpdateEngineClient : public UpdateEngineClient {
bool is_powerwash_allowed) override;
void GetChannel(bool get_current_channel,
const GetChannelCallback& callback) override;
+ void GetEolStatus(const GetEolStatusCallback& callback) override;
// Pushes UpdateEngineClient::Status in the queue to test changing status.
// GetLastStatus() returns the status set by this method in FIFO order.

Powered by Google App Engine
This is Rietveld 408576698