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

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

Issue 10274002: Add gdata content search (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style nits 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
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_files.cc ('k') | chrome/browser/chromeos/gdata/gdata_operations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8216123bae678f4a633442c5e078bb4a7b95cd2c..76e9764e846201eafea0b412c053d620e7693d56 100644
--- a/chrome/browser/chromeos/gdata/gdata_operations.h
+++ b/chrome/browser/chromeos/gdata/gdata_operations.h
@@ -208,6 +208,7 @@ class GetDocumentsOperation : public GetDataOperation {
GetDocumentsOperation(GDataOperationRegistry* registry,
Profile* profile,
int start_changestamp,
+ const std::string& search_string,
const GetDataCallback& callback);
virtual ~GetDocumentsOperation();
@@ -222,6 +223,7 @@ class GetDocumentsOperation : public GetDataOperation {
private:
GURL override_url_;
int start_changestamp_;
+ std::string search_string_;
DISALLOW_COPY_AND_ASSIGN(GetDocumentsOperation);
};
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_files.cc ('k') | chrome/browser/chromeos/gdata/gdata_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698