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

Unified Diff: chromeos/dbus/fake_update_engine_client.h

Issue 2881473002: Make update over cellular an option for user (Closed)
Patch Set: remove DEPS as it is already update to date 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..e23c2b3426202ac6b8b11d51d19b1be192f7e719 100644
--- a/chromeos/dbus/fake_update_engine_client.h
+++ b/chromeos/dbus/fake_update_engine_client.h
@@ -38,7 +38,10 @@ 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 SetUpdateOverCellularTargetCallback& 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().
« no previous file with comments | « chrome/browser/extensions/api/system_private/system_private_api.cc ('k') | chromeos/dbus/fake_update_engine_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698