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

Unified Diff: chrome/browser/resources/signin_internals/signin_index.html

Issue 1162103003: ListAccounts will return the Gaia ID as well as the email of the account. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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: chrome/browser/resources/signin_internals/signin_index.html
diff --git a/chrome/browser/resources/signin_internals/signin_index.html b/chrome/browser/resources/signin_internals/signin_index.html
index cca049fb7d9fd0ed91a326728ff1f9e03ddf0930..9ab71977acde0b935e39e759bb28fda7d845ef6b 100644
--- a/chrome/browser/resources/signin_internals/signin_index.html
+++ b/chrome/browser/resources/signin_internals/signin_index.html
@@ -58,10 +58,12 @@
<table class="signin-details">
<tr class="header">
<td>Email Address</td>
+ <td>Gaia ID</td>
<td>Validity</td>
</tr>
<tr jsselect="cookie_info">
<td jscontent="email"></td>
+ <td jscontent="gaia_id"></td>
<td jscontent="valid"></td>
</tr>
</table>
« no previous file with comments | « chrome/browser/chromeos/login/signin/oauth2_login_verifier.cc ('k') | chrome/browser/signin/account_reconcilor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698