Index: chromeos/dbus/shill_manager_client.h |
diff --git a/chromeos/dbus/shill_manager_client.h b/chromeos/dbus/shill_manager_client.h |
index 02f84de38f8e0bc4b572d992a6d0ad934590622e..2be619b00776212885e6969f015e3c1b5b02d733 100644 |
--- a/chromeos/dbus/shill_manager_client.h |
+++ b/chromeos/dbus/shill_manager_client.h |
@@ -224,6 +224,13 @@ class CHROMEOS_EXPORT ShillManagerClient : public DBusClient { |
virtual void ConnectToBestServices(const base::Closure& callback, |
const ErrorCallback& error_callback) = 0; |
+ virtual void SetNetworkThrottlingStatus( |
Andrew T Wilson (Slow)
2016/10/21 13:27:30
Add comment/documentation about how to use this.
stevenjb
2016/10/21 19:41:21
+1. Please document all 3 args.
kirtika1
2016/10/23 00:04:49
Done.
|
+ bool enabled, |
+ uint32_t upload_rate_kbits, |
+ uint32_t download_rate_kbits, |
+ const base::Closure& callback, |
+ const ErrorCallback& error_callback) = 0; |
+ |
// Returns an interface for testing (stub only), or returns NULL. |
virtual TestInterface* GetTestInterface() = 0; |