summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/flimflam_client_unittest_base.h
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-19 03:46:25 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-19 03:46:25 +0000
commit0624af8056013e4d9500d877eca5fcdc204c016c (patch)
tree3fe0b5f36cd92f288f1048c1ab03b3eecddd2997 /chromeos/dbus/flimflam_client_unittest_base.h
parent660465d78b498d7e193fe17d7609f6a58ecbbec8 (diff)
downloadchromium_src-0624af8056013e4d9500d877eca5fcdc204c016c.zip
chromium_src-0624af8056013e4d9500d877eca5fcdc204c016c.tar.gz
chromium_src-0624af8056013e4d9500d877eca5fcdc204c016c.tar.bz2
Add chromeos::FlimflamNetworkClient::CallGetPropertiesAndBlock
Add chromeos::FlimflamNetworkClient::CallGetPropertiesAndBlock Add chromeos::FlimflamClientHelper::CallDictionaryValueMethodAndBlock Fix FlimflamNetworkClient to handle multiple networks BUG=chromium-os:16557 TEST=chromeos_unittests --gtest_filter="FlimflamNetworkClientTest.*" Review URL: https://chromiumcodereview.appspot.com/9969195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/flimflam_client_unittest_base.h')
-rw-r--r--chromeos/dbus/flimflam_client_unittest_base.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromeos/dbus/flimflam_client_unittest_base.h b/chromeos/dbus/flimflam_client_unittest_base.h
index 3fadcf7..82b9e5e 100644
--- a/chromeos/dbus/flimflam_client_unittest_base.h
+++ b/chromeos/dbus/flimflam_client_unittest_base.h
@@ -111,6 +111,11 @@ class FlimflamClientUnittestBase : public testing::Test {
int timeout_ms,
const dbus::ObjectProxy::ResponseCallback& response_callback);
+ // Checks the content of the method call and returns the response.
+ // Used to implement the mock proxy.
+ dbus::Response* OnCallMethodAndBlock(dbus::MethodCall* method_call,
+ int timeout_ms);
+
// The interface name.
const std::string interface_name_;
// The object path.