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

Unified Diff: chromeos/dbus/fake_shill_manager_client.cc

Issue 2466693002: [Re-land] Add network throttling as enterprise policy (Closed)
Patch Set: [Re-land] Add network throttling as enterprise policy Created 4 years, 1 month 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_shill_manager_client.cc
diff --git a/chromeos/dbus/fake_shill_manager_client.cc b/chromeos/dbus/fake_shill_manager_client.cc
index 5be945b1685f54bdd228a944d5a7f6dadab4db1b..2f22a461b1e3586e25cccbcdddc4e8ef462635e9 100644
--- a/chromeos/dbus/fake_shill_manager_client.cc
+++ b/chromeos/dbus/fake_shill_manager_client.cc
@@ -586,6 +586,13 @@ void FakeShillManagerClient::SetBestServiceToConnect(
best_service_ = service_path;
}
+void FakeShillManagerClient::SetNetworkThrottlingStatus(
+ bool enabled,
+ uint32_t upload_rate_kbits,
+ uint32_t download_rate_kbits,
+ const base::Closure& callback,
+ const ErrorCallback& error_callback) {}
+
void FakeShillManagerClient::SetupDefaultEnvironment() {
// Bail out from setup if there is no message loop. This will be the common
// case for tests that are not testing Shill.

Powered by Google App Engine
This is Rietveld 408576698