| 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 2d9db4cca6bf529c710ba02be557714c4bd01519..85c2ae77b0392a44893b5078603a2cee0e611786 100644
|
| --- a/chromeos/dbus/fake_update_engine_client.h
|
| +++ b/chromeos/dbus/fake_update_engine_client.h
|
| @@ -38,7 +38,9 @@ class FakeUpdateEngineClient : public UpdateEngineClient {
|
| void GetEolStatus(const GetEolStatusCallback& callback) override;
|
| void SetUpdateOverCellularPermission(bool allowed,
|
| const base::Closure& callback) override;
|
| -
|
| + void SetUpdateOverCellularTarget(const std::string& target_version,
|
| + int64_t target_size,
|
| + const SetTargetCallback& callback) override;
|
| // Pushes UpdateEngineClient::Status in the queue to test changing status.
|
| // GetLastStatus() returns the status set by this method in FIFO order.
|
| // See set_default_status().
|
|
|