summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/shill_service_client.h
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-02 22:24:30 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-02 22:24:30 +0000
commit7c8fd5646f86c3148bef4aaf2518cb08895b5677 (patch)
treeae345b31c42a687eab91704fd233a100ba91abe5 /chromeos/dbus/shill_service_client.h
parentec2563bab41b6f95e0a8a5bef40b3bacd56b9371 (diff)
downloadchromium_src-7c8fd5646f86c3148bef4aaf2518cb08895b5677.zip
chromium_src-7c8fd5646f86c3148bef4aaf2518cb08895b5677.tar.gz
chromium_src-7c8fd5646f86c3148bef4aaf2518cb08895b5677.tar.bz2
Implement NetworkConfigurationHandler::RemoveConfiguration correctly
See issue for discussion of implementation notes, specifically comment #5. BUG=251922 R=gspencer@chromium.org, pneubeck@chromium.org Review URL: https://codereview.chromium.org/18034014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209793 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/shill_service_client.h')
-rw-r--r--chromeos/dbus/shill_service_client.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromeos/dbus/shill_service_client.h b/chromeos/dbus/shill_service_client.h
index 1a96fa4..3a3b3fa 100644
--- a/chromeos/dbus/shill_service_client.h
+++ b/chromeos/dbus/shill_service_client.h
@@ -152,6 +152,12 @@ class CHROMEOS_EXPORT ShillServiceClient {
const dbus::ObjectPath& service_path,
const std::string& carrier) = 0;
+ // Calls the GetLoadableProfileEntries method.
+ // |callback| is called after the method call succeeds.
+ virtual void GetLoadableProfileEntries(
+ const dbus::ObjectPath& service_path,
+ const DictionaryValueCallback& callback) = 0;
+
// Returns an interface for testing (stub only), or returns NULL.
virtual TestInterface* GetTestInterface() = 0;