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

Unified Diff: chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc

Issue 10825170: chromeos: Add dbus MTPDClient. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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_dbus_thread_manager_without_gmock.cc
===================================================================
--- chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc (revision 150137)
+++ chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc (working copy)
@@ -135,6 +135,12 @@
return NULL;
}
+MediaTransferProtocolDaemonClient*
+ MockDBusThreadManagerWithoutGMock::GetMediaTransferProtocolDaemonClient() {
+ NOTIMPLEMENTED();
+ return NULL;
+}
+
ModemMessagingClient*
MockDBusThreadManagerWithoutGMock::GetModemMessagingClient() {
NOTIMPLEMENTED();
« no previous file with comments | « chromeos/dbus/mock_dbus_thread_manager_without_gmock.h ('k') | chromeos/dbus/mock_media_transfer_protocol_daemon_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698