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

Unified Diff: chromeos/dbus/fake_update_engine_client.h

Issue 17437004: Implemented new channel switcher UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed FakeUpdateEngineClient. Created 7 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 46bbd5e965aa477d67e37c47fc6d68226527a25e..1de5100d7355b427192aeff54734926c90f3b710 100644
--- a/chromeos/dbus/fake_update_engine_client.h
+++ b/chromeos/dbus/fake_update_engine_client.h
@@ -31,6 +31,10 @@ class FakeUpdateEngineClient : public UpdateEngineClient {
virtual void GetReleaseTrack(const GetReleaseTrackCallback& callback)
OVERRIDE;
virtual Status GetLastStatus() OVERRIDE;
+ virtual void SetChannel(const std::string& target_channel,
+ bool is_powerwash_allowed) OVERRIDE;
+ virtual void GetChannel(bool get_current_channel,
+ const GetChannelCallback& 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