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

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

Issue 10634020: [FileManager] Do drive search incrementally (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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 daa6becdc5e3da80f5d2897e1a434284abdc2ef1..4f3b80e45c015b24521f4455a2c68f271fc64da2 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -28,7 +28,8 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
MOCK_METHOD2(GetFileInfoByResourceId,
void(const std::string& resource_id,
const GetFileInfoWithFilePathCallback& callback));
- MOCK_METHOD2(Search, void(const std::string& search_query,
+ MOCK_METHOD3(Search, void(const std::string& search_query,
+ const GURL& next_feed,
const SearchCallback& callback));
MOCK_METHOD3(TransferFileFromRemoteToLocal,
void(const FilePath& local_src_file_path,

Powered by Google App Engine
This is Rietveld 408576698