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

Unified Diff: chromeos/dbus/mock_media_transfer_protocol_daemon_client.h

Issue 10868038: chromeos: Add GetFileInfo methods for 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
« no previous file with comments | « chromeos/dbus/media_transfer_protocol_daemon_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_media_transfer_protocol_daemon_client.h
===================================================================
--- chromeos/dbus/mock_media_transfer_protocol_daemon_client.h (revision 153859)
+++ chromeos/dbus/mock_media_transfer_protocol_daemon_client.h (working copy)
@@ -46,6 +46,14 @@
uint32,
const ReadFileCallback&,
const ErrorCallback&));
+ MOCK_METHOD4(GetFileInfoByPath, void(const std::string&,
+ const std::string&,
+ const GetFileInfoCallback&,
+ const ErrorCallback&));
+ MOCK_METHOD4(GetFileInfoById, void(const std::string&,
+ uint32,
+ const GetFileInfoCallback&,
+ const ErrorCallback&));
MOCK_METHOD1(SetUpConnections, void(const MTPStorageEventHandler&));
};
« no previous file with comments | « chromeos/dbus/media_transfer_protocol_daemon_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698