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

Unified Diff: google_apis/gaia/ubertoken_fetcher.h

Issue 601643002: Use a distinct source parameter on gaia endpoints for the reconcilor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@uber
Patch Set: Remove functions Created 6 years, 3 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 | « google_apis/gaia/merge_session_helper_unittest.cc ('k') | google_apis/gaia/ubertoken_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/ubertoken_fetcher.h
diff --git a/google_apis/gaia/ubertoken_fetcher.h b/google_apis/gaia/ubertoken_fetcher.h
index 950797c0cce5154878317a7df8e0e1defa425dd8..36a8ce2c7f1ab42d86b52f8b257b12eaea786a5c 100644
--- a/google_apis/gaia/ubertoken_fetcher.h
+++ b/google_apis/gaia/ubertoken_fetcher.h
@@ -44,6 +44,7 @@ class UbertokenFetcher : public GaiaAuthConsumer,
UbertokenFetcher(OAuth2TokenService* token_service,
UbertokenConsumer* consumer,
+ const std::string& source,
net::URLRequestContextGetter* request_context);
virtual ~UbertokenFetcher();
@@ -71,6 +72,7 @@ class UbertokenFetcher : public GaiaAuthConsumer,
OAuth2TokenService* token_service_;
UbertokenConsumer* consumer_;
+ std::string source_;
net::URLRequestContextGetter* request_context_;
scoped_ptr<GaiaAuthFetcher> gaia_auth_fetcher_;
scoped_ptr<OAuth2TokenService::Request> access_token_request_;
« no previous file with comments | « google_apis/gaia/merge_session_helper_unittest.cc ('k') | google_apis/gaia/ubertoken_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698