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

Unified Diff: chromeos/dbus/fake_update_engine_client.cc

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 | « chromeos/dbus/fake_update_engine_client.h ('k') | chromeos/dbus/update_engine_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_update_engine_client.cc
diff --git a/chromeos/dbus/fake_update_engine_client.cc b/chromeos/dbus/fake_update_engine_client.cc
index ff82fdc39678e7152585edb54564b4ab2f5c2530..b9f40a28c1b2ff94454586a106c5411ce11fc2da 100644
--- a/chromeos/dbus/fake_update_engine_client.cc
+++ b/chromeos/dbus/fake_update_engine_client.cc
@@ -33,13 +33,6 @@ void FakeUpdateEngineClient::RebootAfterUpdate() {
reboot_after_update_call_count_++;
}
-void FakeUpdateEngineClient::SetReleaseTrack(const std::string& track) {
-}
-
-void FakeUpdateEngineClient::GetReleaseTrack(
- const GetReleaseTrackCallback& callback) {
-}
-
UpdateEngineClient::Status FakeUpdateEngineClient::GetLastStatus() {
if (status_queue_.empty())
return default_status_;
« no previous file with comments | « chromeos/dbus/fake_update_engine_client.h ('k') | chromeos/dbus/update_engine_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698