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

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: nit that crept up while rebasing 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 321bb4d30f538007e0d9e29713c9ad4ab74c93c4..e08370b858b888b92c33a2bb37b2988b2ffb46ad 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(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,

Powered by Google App Engine
This is Rietveld 408576698