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

Unified Diff: chrome/browser/google_apis/base_operations.cc

Issue 11419221: google_apis: Remove document_url_ from EntryActionOperation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/google_apis/base_operations.h ('k') | chrome/browser/google_apis/gdata_wapi_operations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/base_operations.cc
diff --git a/chrome/browser/google_apis/base_operations.cc b/chrome/browser/google_apis/base_operations.cc
index a194f3b344ab1d1c7a39ce4d9bb63611ad210810..835015411e8d375b7fee34b83b02a894d9b56adc 100644
--- a/chrome/browser/google_apis/base_operations.cc
+++ b/chrome/browser/google_apis/base_operations.cc
@@ -322,11 +322,9 @@ UrlFetchOperationBase::GetWeakPtr() {
//============================ EntryActionOperation ============================
EntryActionOperation::EntryActionOperation(OperationRegistry* registry,
- const EntryActionCallback& callback,
- const GURL& document_url)
+ const EntryActionCallback& callback)
: UrlFetchOperationBase(registry),
- callback_(callback),
- document_url_(document_url) {
+ callback_(callback) {
}
EntryActionOperation::~EntryActionOperation() {}
« no previous file with comments | « chrome/browser/google_apis/base_operations.h ('k') | chrome/browser/google_apis/gdata_wapi_operations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698