summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/shill_manager_client.h
diff options
context:
space:
mode:
authorpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-06 17:35:26 +0000
committerpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-06 17:35:26 +0000
commite8af26a89827aeb3264c42e28353bec1f0e38e47 (patch)
tree7273dc62fdb300b4d06480ec91458db9a886be9c /chromeos/dbus/shill_manager_client.h
parentd6ef43013cecd620584413086b37a93f46e7f9b2 (diff)
downloadchromium_src-e8af26a89827aeb3264c42e28353bec1f0e38e47.zip
chromium_src-e8af26a89827aeb3264c42e28353bec1f0e38e47.tar.gz
chromium_src-e8af26a89827aeb3264c42e28353bec1f0e38e47.tar.bz2
Calling Shill's ConfigureService instead of GetService for configuring VPN.
BUG=chromium-os:31523 Review URL: https://chromiumcodereview.appspot.com/12039087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180998 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/shill_manager_client.h')
-rw-r--r--chromeos/dbus/shill_manager_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/shill_manager_client.h b/chromeos/dbus/shill_manager_client.h
index 8afce00..f191753 100644
--- a/chromeos/dbus/shill_manager_client.h
+++ b/chromeos/dbus/shill_manager_client.h
@@ -117,7 +117,7 @@ class CHROMEOS_EXPORT ShillManagerClient {
// Calls ConfigureService method.
// |callback| is called after the method call succeeds.
virtual void ConfigureService(const base::DictionaryValue& properties,
- const base::Closure& callback,
+ const ObjectPathCallback& callback,
const ErrorCallback& error_callback) = 0;
// Calls GetService method.