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

Unified Diff: chrome/browser/chromeos/gdata/gdata_operations.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_operations.h
diff --git a/chrome/browser/chromeos/gdata/gdata_operations.h b/chrome/browser/chromeos/gdata/gdata_operations.h
index 8db4fc81e4dd526fe9f7c8cebd62681ab67156c3..c87af734546bb1b3f63c43536913facc52ff4059 100644
--- a/chrome/browser/chromeos/gdata/gdata_operations.h
+++ b/chrome/browser/chromeos/gdata/gdata_operations.h
@@ -209,6 +209,7 @@ class GetDocumentsOperation : public GetDataOperation {
Profile* profile,
int start_changestamp,
const std::string& search_string,
+ const std::string& directory_resource_id,
const GetDataCallback& callback);
virtual ~GetDocumentsOperation();
@@ -224,6 +225,7 @@ class GetDocumentsOperation : public GetDataOperation {
GURL override_url_;
int start_changestamp_;
std::string search_string_;
+ std::string directory_resource_id_;
DISALLOW_COPY_AND_ASSIGN(GetDocumentsOperation);
};
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc ('k') | chrome/browser/chromeos/gdata/gdata_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698