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

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: style nits Created 8 years, 7 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 48b3033156b7003ba586f0280048ea26d41fa852..89ba19dfce36ade23e700778bfee1bc2986f5838 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -27,6 +27,8 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
MOCK_METHOD1(Authenticate, void(const AuthStatusCallback& callback));
MOCK_METHOD2(FindEntryByResourceIdSync, void(const std::string& resource_id,
FindEntryDelegate* delegate));
+ MOCK_METHOD2(SearchAsync, 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));
« no previous file with comments | « chrome/browser/chromeos/gdata/mock_gdata_documents_service.cc ('k') | chrome/test/data/chromeos/gdata/new_folder_entry.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698