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

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

Issue 18316002: Move URLRequestContextGetter to RequestSender in c/b/google_apis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/google_apis/request_sender.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/request_sender.cc
diff --git a/chrome/browser/google_apis/request_sender.cc b/chrome/browser/google_apis/request_sender.cc
index d39e245642d5f18fe47d671dd2c20f09aef9c496..b2709dc53ad99e922662e365142b747343245b1b 100644
--- a/chrome/browser/google_apis/request_sender.cc
+++ b/chrome/browser/google_apis/request_sender.cc
@@ -17,6 +17,7 @@ RequestSender::RequestSender(
const std::vector<std::string>& scopes,
const std::string& custom_user_agent)
: profile_(profile),
+ url_request_context_getter_(url_request_context_getter),
auth_service_(new AuthService(url_request_context_getter, scopes)),
custom_user_agent_(custom_user_agent),
weak_ptr_factory_(this) {
« no previous file with comments | « chrome/browser/google_apis/request_sender.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698