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

Unified Diff: chrome/browser/signin/dice_response_handler.cc

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
« no previous file with comments | « no previous file | chrome/browser/signin/dice_response_handler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/dice_response_handler.cc
diff --git a/chrome/browser/signin/dice_response_handler.cc b/chrome/browser/signin/dice_response_handler.cc
index a538af04a42b4aba9abe81b4868864da476c17c1..5142d2467a08e266e9870692029d3537c9b8cabc 100644
--- a/chrome/browser/signin/dice_response_handler.cc
+++ b/chrome/browser/signin/dice_response_handler.cc
@@ -156,7 +156,7 @@ void DiceResponseHandler::ProcessDiceHeader(
switch (dice_params.user_intention) {
case signin::DiceAction::SIGNIN:
- ProcessDiceSigninHeader(dice_params.obfuscated_gaia_id, dice_params.email,
+ ProcessDiceSigninHeader(dice_params.gaia_id, dice_params.email,
dice_params.authorization_code);
return;
case signin::DiceAction::SIGNOUT:
« no previous file with comments | « no previous file | chrome/browser/signin/dice_response_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698