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

Unified Diff: chrome/browser/google_apis/gdata_wapi_operations.h

Issue 12880013: Move parsing code from gdata_wapi_service to gdata_wapi_operations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 7 years, 9 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 | « no previous file | chrome/browser/google_apis/gdata_wapi_operations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/gdata_wapi_operations.h
diff --git a/chrome/browser/google_apis/gdata_wapi_operations.h b/chrome/browser/google_apis/gdata_wapi_operations.h
index 20fbfd042d3f6a88e23c6643e37cb0296040bc86..dc4ef9b6ca0c16f54273c01aa0a08ea04730c1ea 100644
--- a/chrome/browser/google_apis/gdata_wapi_operations.h
+++ b/chrome/browser/google_apis/gdata_wapi_operations.h
@@ -263,7 +263,7 @@ class RenameResourceOperation : public EntryActionOperation {
//=========================== AuthorizeAppOperation ==========================
// This class performs the operation for authorizing an application specified
-// by |app_id| to access a document specified by |edit_url| for .
+// by |app_id| to access a document specified by |resource_id|.
class AuthorizeAppOperation : public GetDataOperation {
public:
// |callback| must not be null.
@@ -271,7 +271,7 @@ class AuthorizeAppOperation : public GetDataOperation {
OperationRegistry* registry,
net::URLRequestContextGetter* url_request_context_getter,
const GDataWapiUrlGenerator& url_generator,
- const GetDataCallback& callback,
+ const AuthorizeAppCallback& callback,
const std::string& resource_id,
const std::string& app_id);
virtual ~AuthorizeAppOperation();
« no previous file with comments | « no previous file | chrome/browser/google_apis/gdata_wapi_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698