| 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;
|
|
|