Index: chrome/browser/chromeos/gdata/gdata_file_system.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h |
index 5be09c7895ec1772779cf7355456a5e0a6cf5753..b5eef42fa8a68ceae1e88165649e184bee56519f 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h |
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h |
@@ -62,6 +62,7 @@ class GDataFileSystem : public GDataFileSystemInterface, |
const std::string& resource_id, |
const GetFileInfoWithFilePathCallback& callback) OVERRIDE; |
virtual void Search(const std::string& search_query, |
+ const GURL& next_feed, |
const SearchCallback& callback) OVERRIDE; |
virtual void TransferFileFromRemoteToLocal( |
const FilePath& remote_src_file_path, |
@@ -597,6 +598,7 @@ class GDataFileSystem : public GDataFileSystemInterface, |
bool should_fetch_multiple_feeds, |
const FilePath& search_file_path, |
const std::string& search_query, |
+ const GURL& feed_to_load, |
satorux1
2012/07/20 17:13:04
please document |feed_to_load| in the function com
tbarzic
2012/07/20 17:51:43
Done.
|
const std::string& directory_resource_id, |
const FindEntryCallback& entry_found_callback, |
const LoadDocumentFeedCallback& load_feed_callback); |
@@ -754,6 +756,7 @@ class GDataFileSystem : public GDataFileSystemInterface, |
// The following functions are used to forward calls to asynchronous public |
// member functions to UI thread. |
void SearchAsyncOnUIThread(const std::string& search_query, |
+ const GURL& next_feed, |
const SearchCallback& callback); |
void OpenFileOnUIThread(const FilePath& file_path, |
const OpenFileCallback& callback); |