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

Unified Diff: chromeos/dbus/fake_update_engine_client.h

Issue 2881473002: Make update over cellular an option for user (Closed)
Patch Set: modify fake_update_engine_client Created 3 years, 7 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 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().

Powered by Google App Engine
This is Rietveld 408576698