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

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

Issue 10280004: gdata: Remove GDataFileSystem::FindEntryByPathAsync() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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.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 e71e0a5e5155645a64e4c732f91c9fe399a49200..e4df317591a84ad697eff6c6e3081a4c819ac838 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -22,11 +22,6 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
MOCK_METHOD1(AddObserver, void(Observer* observer));
MOCK_METHOD1(RemoveObserver, void(Observer* observer));
MOCK_METHOD1(Authenticate, void(const AuthStatusCallback& callback));
- MOCK_METHOD2(FindEntryByPathAsync,
- void(const FilePath& file_path,
- const FindEntryCallback& callback));
- MOCK_METHOD2(FindEntryByPathSync, void(const FilePath& file_path,
- FindEntryDelegate* delegate));
MOCK_METHOD2(FindEntryByResourceIdSync, void(const std::string& resource_id,
FindEntryDelegate* delegate));
MOCK_METHOD3(TransferFile, void(const FilePath& local_file_path,
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_file_system.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698