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

Unified Diff: chromeos/network/shill_property_handler.h

Issue 2463023002: Revert of Add network throttling as an enterprise policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted by hand 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
« no previous file with comments | « chromeos/network/network_state_handler.cc ('k') | chromeos/network/shill_property_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/shill_property_handler.h
diff --git a/chromeos/network/shill_property_handler.h b/chromeos/network/shill_property_handler.h
index a5146342befb4a69e1358cc27c95964f92f0d5db..fd299b533185b3c12942225a5c9f05f949eed045 100644
--- a/chromeos/network/shill_property_handler.h
+++ b/chromeos/network/shill_property_handler.h
@@ -139,14 +139,6 @@ class CHROMEOS_EXPORT ShillPropertyHandler
// only set it.
void SetWakeOnLanEnabled(bool enabled);
- // Calls shill to enable/disable network bandwidth throttling. If |enabled|
- // is true, |upload_rate_kbits| and |download_rate_kbits| specify the rate
- // in kbits/s to throttle to. If |enabled| is false, throttling is disabled
- // and the rates are ignored.
- void SetNetworkThrottlingStatus(bool enabled,
- uint32_t upload_rate_kbits,
- uint32_t download_rate_kbits);
-
// Requests an immediate network scan.
void RequestScan() const;
« no previous file with comments | « chromeos/network/network_state_handler.cc ('k') | chromeos/network/shill_property_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698