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

Unified Diff: chromeos/dbus/fake_update_engine_client.h

Issue 21015010: Remove all traces of deprecated Get/SetReleaseTrack calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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 | « chrome/test/pyautolib/pyauto.py ('k') | chromeos/dbus/fake_update_engine_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1de5100d7355b427192aeff54734926c90f3b710..605d1617d1703d6bb81ee239e298743b69a43bf2 100644
--- a/chromeos/dbus/fake_update_engine_client.h
+++ b/chromeos/dbus/fake_update_engine_client.h
@@ -27,9 +27,6 @@ class FakeUpdateEngineClient : public UpdateEngineClient {
virtual bool HasObserver(Observer* observer) OVERRIDE;
virtual void RequestUpdateCheck(const UpdateCheckCallback& callback) OVERRIDE;
virtual void RebootAfterUpdate() OVERRIDE;
- virtual void SetReleaseTrack(const std::string& track) OVERRIDE;
- virtual void GetReleaseTrack(const GetReleaseTrackCallback& callback)
- OVERRIDE;
virtual Status GetLastStatus() OVERRIDE;
virtual void SetChannel(const std::string& target_channel,
bool is_powerwash_allowed) OVERRIDE;
« no previous file with comments | « chrome/test/pyautolib/pyauto.py ('k') | chromeos/dbus/fake_update_engine_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698