| Index: dbus/mock_bus.h
|
| diff --git a/dbus/mock_bus.h b/dbus/mock_bus.h
|
| index 7b949cbe5df54f0c6e9f5da18ae1bbe6c28f454e..f75e883bcb907c7b4c6a4786d100b66fa9ae468b 100644
|
| --- a/dbus/mock_bus.h
|
| +++ b/dbus/mock_bus.h
|
| @@ -21,6 +21,9 @@ class MockBus : public Bus {
|
|
|
| MOCK_METHOD2(GetObjectProxy, ObjectProxy*(const std::string& service_name,
|
| const std::string& object_path));
|
| + MOCK_METHOD2(GetObjectProxyIgnoreUnknownService,
|
| + ObjectProxy*(const std::string& service_name,
|
| + const std::string& object_path));
|
| MOCK_METHOD2(GetExportedObject, ExportedObject*(
|
| const std::string& service_name,
|
| const std::string& object_path));
|
|
|