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

Unified Diff: chromeos/dbus/mock_flimflam_manager_client.h

Issue 10177001: Reimplement CrosSetOfflineMode without Libcros (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 8 years, 8 months 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
Index: chromeos/dbus/mock_flimflam_manager_client.h
diff --git a/chromeos/dbus/mock_flimflam_manager_client.h b/chromeos/dbus/mock_flimflam_manager_client.h
index ca50f9bb06ce57b27cdd54577eefc3b8f1f20dd6..971f1e0ca2d7dc81a1818991fec0a1d8b17b2020 100644
--- a/chromeos/dbus/mock_flimflam_manager_client.h
+++ b/chromeos/dbus/mock_flimflam_manager_client.h
@@ -23,6 +23,8 @@ class MockFlimflamManagerClient : public FlimflamManagerClient {
MOCK_METHOD3(SetProperty, void(const std::string& name,
const base::Value& value,
const VoidCallback& callback));
+ MOCK_METHOD2(CallSetPropertyAndBlock, bool(const std::string& name,
+ const base::Value& value));
MOCK_METHOD2(RequestScan, void(const std::string& type,
const VoidCallback& callback));
MOCK_METHOD2(EnableTechnology, void(const std::string& type,

Powered by Google App Engine
This is Rietveld 408576698