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

Unified Diff: chromeos/dbus/fake_shill_manager_client.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 | « chrome/test/data/policy/policy_test_cases.json ('k') | chromeos/dbus/fake_shill_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9bda9f1e46bcbe0d2947892c63c1aa52439235b2..de476915a5a4e3972414c5ff76c843c8a72c29b3 100644
--- a/chromeos/dbus/fake_shill_manager_client.h
+++ b/chromeos/dbus/fake_shill_manager_client.h
@@ -101,11 +101,6 @@ 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[];
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | chromeos/dbus/fake_shill_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698