aboutsummaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorKirtika Ruchandani <kirtika@google.com>2016-10-06 13:34:21 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-10-20 23:23:59 -0700
commit1b4c3d4eb439f174a4c8a615dbe433a4724e0346 (patch)
tree848fc607bf50c025516be45ff2c9dda464c562c5 /dbus
parent4b7af42bdb34a748fe348c25351d8ce97385c309 (diff)
downloadsystem_api-1b4c3d4eb439f174a4c8a615dbe433a4724e0346.tar.gz
shill: Add SetNetworkThrottlingFunction constant
Add a name for the D-Bus method SetNetworkThrottlingStatus that will be exported by shill. BUG=chromium:634529, 642811 TEST=built it Change-Id: I3b06ea6ef4a4596382bcb102087b740a440bb675 Reviewed-on: https://chromium-review.googlesource.com/401109 Commit-Ready: Kirtika Ruchandani <kirtika@chromium.org> Tested-by: Kirtika Ruchandani <kirtika@chromium.org> Reviewed-by: Eric Caruso <ejcaruso@chromium.org>
Diffstat (limited to 'dbus')
-rw-r--r--dbus/shill/dbus-constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/shill/dbus-constants.h b/dbus/shill/dbus-constants.h
index 32d5a40..063d70a 100644
--- a/dbus/shill/dbus-constants.h
+++ b/dbus/shill/dbus-constants.h
@@ -46,6 +46,7 @@ const char kRegisterFunction[] = "Register";
const char kConfigureServiceFunction[] = "ConfigureService";
const char kConfigureWifiServiceFunction[] = "ConfigureWifiService";
const char kFindMatchingServiceFunction[] = "FindMatchingService";
+const char kSetNetworkThrottlingFunction[] = "SetNetworkThrottlingStatus";
// Flimflam Service property names.
const char kSecurityProperty[] = "Security";