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

Unified Diff: chrome/browser/chromeos/gdata/mock_gdata_file_system.h

Issue 10268023: gdata: Remove use of FindEntryByPathAsync() from gdata_file_system_proxy.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments 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
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/mock_gdata_file_system.h
diff --git a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
index b21fe9b6edd58f7af042665f6e4663318edd34a3..e71e0a5e5155645a64e4c732f91c9fe399a49200 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -63,6 +63,9 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
MOCK_METHOD2(GetFileInfoByPathAsync,
void(const FilePath& file_path,
const GetFileInfoCallback& callback));
+ MOCK_METHOD2(GetEntryInfoByPathAsync,
+ void(const FilePath& file_path,
+ const GetEntryInfoCallback& callback));
MOCK_METHOD2(ReadDirectoryByPathAsync,
void(const FilePath& file_path,
const ReadDirectoryCallback& callback));
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698