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

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: rebase Created 8 years, 4 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 e08559891cf09124c64d66a098032c15af0f68fa..4078b77ea3d384de72ee1184408e9740a8a35240 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -30,7 +30,8 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
MOCK_METHOD2(GetEntryInfoByResourceId,
void(const std::string& resource_id,
const GetEntryInfoWithFilePathCallback& 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,
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_operations.cc ('k') | chrome/browser/resources/file_manager/js/directory_contents.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698