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

Unified Diff: google_apis/gaia/merge_session_helper.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/gaia_urls.cc ('k') | google_apis/gaia/merge_session_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/merge_session_helper.h
diff --git a/google_apis/gaia/merge_session_helper.h b/google_apis/gaia/merge_session_helper.h
index ff91777cfd001a4b13463cf42cf2c041380f5bf2..ca82643eefd8940664e7c1ad078cdbb42dce4f94 100644
--- a/google_apis/gaia/merge_session_helper.h
+++ b/google_apis/gaia/merge_session_helper.h
@@ -103,6 +103,7 @@ class MergeSessionHelper : public GaiaAuthConsumer,
};
MergeSessionHelper(OAuth2TokenService* token_service,
+ const std::string& source,
net::URLRequestContextGetter* request_context,
Observer* observer);
virtual ~MergeSessionHelper();
@@ -186,6 +187,9 @@ class MergeSessionHelper : public GaiaAuthConsumer,
// Makes sure list is empty on destruction.
ObserverList<Observer, true> observer_list_;
+ // Source to use with GAIA endpoints for accounting.
+ std::string source_;
+
DISALLOW_COPY_AND_ASSIGN(MergeSessionHelper);
};
« no previous file with comments | « google_apis/gaia/gaia_urls.cc ('k') | google_apis/gaia/merge_session_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698