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

Unified Diff: components/signin/core/browser/signin_header_helper.h

Issue 2944383006: [Signin] Rename obfuscated_gaia_id into gaia_id (Closed)
Patch Set: Created 3 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
Index: components/signin/core/browser/signin_header_helper.h
diff --git a/components/signin/core/browser/signin_header_helper.h b/components/signin/core/browser/signin_header_helper.h
index 28c57b0b81b1228a5bb8ad0c14fcf483fea990b6..47ba5d8357a94629af553169a7dcc2bf1918c796 100644
--- a/components/signin/core/browser/signin_header_helper.h
+++ b/components/signin/core/browser/signin_header_helper.h
@@ -82,7 +82,7 @@ struct DiceResponseParams {
// Gaia ID of the account signed in or signed out (which may be a secondary
// account). When |user_intention| is SIGNOUT, this is the ID of the primary
// account.
- std::string obfuscated_gaia_id;
+ std::string gaia_id;
// Email of the account signed in or signed out. When |user_intention| is
// SIGNOUT, this is the email of the primary account.
« no previous file with comments | « components/signin/core/browser/dice_header_helper.cc ('k') | components/signin/core/browser/signin_header_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698