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

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: fix renaming Created 8 years, 8 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 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);
};

Powered by Google App Engine
This is Rietveld 408576698