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

Unified Diff: chromeos/dbus/fake_shill_manager_client.h

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.h
diff --git a/chromeos/dbus/fake_shill_manager_client.h b/chromeos/dbus/fake_shill_manager_client.h
index de476915a5a4e3972414c5ff76c843c8a72c29b3..9bda9f1e46bcbe0d2947892c63c1aa52439235b2 100644
--- a/chromeos/dbus/fake_shill_manager_client.h
+++ b/chromeos/dbus/fake_shill_manager_client.h
@@ -101,6 +101,11 @@ class CHROMEOS_EXPORT FakeShillManagerClient
void SetupDefaultEnvironment() override;
int GetInteractiveDelay() const override;
void SetBestServiceToConnect(const std::string& service_path) override;
+ void SetNetworkThrottlingStatus(bool enabled,
+ uint32_t upload_rate_kbits,
+ uint32_t download_rate_kbits,
+ const base::Closure& callback,
+ const ErrorCallback& error_callback) override;
// Constants used for testing.
static const char kFakeEthernetNetworkGuid[];

Powered by Google App Engine
This is Rietveld 408576698