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

Unified Diff: dbus/mock_bus.h

Issue 12491014: Support D-Bus Object Manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Insufficient entrails in my offering Created 7 years, 9 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
« no previous file with comments | « dbus/dbus.gyp ('k') | dbus/mock_object_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/mock_bus.h
diff --git a/dbus/mock_bus.h b/dbus/mock_bus.h
index 9a87ecf7992f36e5a55a827d4ac1a49bb93ed5a4..26113d4730e7bf15fb91f5d2fbc13c43817dde51 100644
--- a/dbus/mock_bus.h
+++ b/dbus/mock_bus.h
@@ -26,6 +26,8 @@ class MockBus : public Bus {
int options));
MOCK_METHOD1(GetExportedObject, ExportedObject*(
const ObjectPath& object_path));
+ MOCK_METHOD2(GetObjectManager, ObjectManager*(const std::string&,
+ const ObjectPath&));
MOCK_METHOD0(ShutdownAndBlock, void());
MOCK_METHOD0(ShutdownOnDBusThreadAndBlock, void());
MOCK_METHOD0(Connect, bool());
« no previous file with comments | « dbus/dbus.gyp ('k') | dbus/mock_object_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698