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

Unified Diff: components/user_manager/user_manager_base.h

Issue 1229883003: ChromeOS: should send old user GAPS cookie to GAIA on user reauthentication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 5 years, 5 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 | « components/user_manager/user_manager.h ('k') | components/user_manager/user_manager_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/user_manager_base.h
diff --git a/components/user_manager/user_manager_base.h b/components/user_manager/user_manager_base.h
index d8454efa620387eddf02c6e8fa3bc3cc7a06d9ea..0799fb3685c6592a725278dccacd0f10a96d3a0e 100644
--- a/components/user_manager/user_manager_base.h
+++ b/components/user_manager/user_manager_base.h
@@ -137,6 +137,9 @@ class USER_MANAGER_EXPORT UserManagerBase : public UserManager {
void SetKnownUserDeviceId(const UserID& user_id,
const std::string& device_id) override;
std::string GetKnownUserDeviceId(const UserID& user_id) override;
+ void SetKnownUserGAPSCookie(const UserID& user_id,
+ const std::string& gaps_cookie) override;
+ std::string GetKnownUserGAPSCookie(const UserID& user_id) override;
void UpdateReauthReason(const std::string& user_id,
const int reauth_reason) override;
bool FindReauthReason(const std::string& user_id, int* out_value) override;
« no previous file with comments | « components/user_manager/user_manager.h ('k') | components/user_manager/user_manager_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698