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

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

Issue 10383248: gdata: Add ability to fetch documents in a particular directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix the build 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/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 5f02db954a1e4804bd056b64605e0e410e229e8c..9ed98e96de87a8b013114796df4bfd67f554aa09 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -594,6 +594,7 @@ class GDataFileSystem : public GDataFileSystemInterface,
bool should_fetch_multiple_feeds,
const FilePath& search_file_path,
const std::string& search_query,
+ const std::string& directory_resource_id,
const FindEntryCallback& callback);
~GetDocumentsParams();
@@ -609,6 +610,7 @@ class GDataFileSystem : public GDataFileSystemInterface,
bool should_fetch_multiple_feeds;
FilePath search_file_path;
std::string search_query;
+ std::string directory_resource_id;
FindEntryCallback callback;
};
@@ -943,6 +945,7 @@ class GDataFileSystem : public GDataFileSystemInterface,
bool should_fetch_multiple_feeds,
const FilePath& search_file_path,
const std::string& search_query,
+ const std::string& directory_resource_id,
const FindEntryCallback& entry_found_callback,
const LoadDocumentFeedCallback& load_feed_callback);

Powered by Google App Engine
This is Rietveld 408576698