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

Unified Diff: components/signin/core/account_id/account_id.h

Issue 2452053002: Rename AccountId method GetGaiaIdKey() to GetAccountIdKey(). (Closed)
Patch Set: Created 4 years, 2 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 | « chromeos/login/auth/cryptohome_authenticator.cc ('k') | components/signin/core/account_id/account_id.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/account_id/account_id.h
diff --git a/components/signin/core/account_id/account_id.h b/components/signin/core/account_id/account_id.h
index fe567d4ff621ec6fce81cdc22b005b095f33ceff..061733c950f07c401e7b33097d2ca4a785347306 100644
--- a/components/signin/core/account_id/account_id.h
+++ b/components/signin/core/account_id/account_id.h
@@ -36,7 +36,7 @@ class AccountId {
const std::string& GetUserEmail() const;
// This returns prefixed GaiaId string to be used as a storage key.
Roger Tawa OOO till Jul 10th 2016/10/26 18:32:20 This comment is misleading. Users of AccountId sh
Alexander Alekseev 2016/10/27 05:02:22 I was about to delay updating of comments to the f
- const std::string GetGaiaIdKey() const;
+ const std::string GetAccountIdKey() const;
void SetGaiaId(const std::string& gaia_id);
void SetUserEmail(const std::string& email);
« no previous file with comments | « chromeos/login/auth/cryptohome_authenticator.cc ('k') | components/signin/core/account_id/account_id.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698