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

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

Issue 11418084: google_apis: Introduce GDataWapiUrlGenerator class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: polish 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
Index: chrome/browser/google_apis/gdata_wapi_service.h
diff --git a/chrome/browser/google_apis/gdata_wapi_service.h b/chrome/browser/google_apis/gdata_wapi_service.h
index bed71e1c216da126af17728e79c24799bed8a659..1586f1be390a9297ccf63fa5deee6cc21e735568 100644
--- a/chrome/browser/google_apis/gdata_wapi_service.h
+++ b/chrome/browser/google_apis/gdata_wapi_service.h
@@ -118,6 +118,9 @@ class GDataWapiService : public DriveServiceInterface,
scoped_ptr<OperationRunner> runner_;
ObserverList<DriveServiceObserver> observers_;
+ // TODO(satorux): This should be injected from the
+ // constructor. crbug.com/161718
+ GDataWapiUrlGenerator url_generator_;
DISALLOW_COPY_AND_ASSIGN(GDataWapiService);
};

Powered by Google App Engine
This is Rietveld 408576698