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

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

Issue 10274002: Add gdata content search (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed satorux's 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
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 e4df317591a84ad697eff6c6e3081a4c819ac838..8c7635621e196401b34bd509386351fdfd2962bd 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -24,6 +24,9 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
MOCK_METHOD1(Authenticate, void(const AuthStatusCallback& callback));
MOCK_METHOD2(FindEntryByResourceIdSync, void(const std::string& resource_id,
FindEntryDelegate* delegate));
+ MOCK_METHOD2(GetEntriesByQueryAsync,
+ void(const std::string& search_query,
+ const ReadDirectoryCallback& callback));
MOCK_METHOD3(TransferFile, void(const FilePath& local_file_path,
const FilePath& remote_dest_file_path,
const FileOperationCallback& callback));

Powered by Google App Engine
This is Rietveld 408576698