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

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

Issue 1058513002: Add an Accounts in Token Service section to about:signin-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 2240858d5fef74f5d266b745328686d675ac5b88..a5b9f10f37239cfb7291ea0a016519982a679554 100644
--- a/chrome/browser/resources/signin_internals/signin_index.html
+++ b/chrome/browser/resources/signin_internals/signin_index.html
@@ -67,6 +67,19 @@
</table>
</div>
</div>
+ <div id='account-info'>
James Hawkins 2015/04/01 16:19:44 nit: Double quotes.
anthonyvd 2015/04/07 15:16:06 Done.
+ <h2>Accounts in Token Service</h2>
+ <div class="accountSection">
James Hawkins 2015/04/01 16:19:44 nit: account-section
anthonyvd 2015/04/07 15:16:06 Done.
+ <table class="signin-details">
+ <tr class="header">
+ <td>Accound Id</td>
+ </tr>
+ <tr jsselect="account_info">
James Hawkins 2015/04/01 16:19:44 Per my comments in the WebUI handler, these need t
anthonyvd 2015/04/07 15:16:06 Done.
+ <td jscontent="account_id"></td>
+ </tr>
+ </table>
+ </div>
+ </div>
<script src="chrome://resources/js/i18n_template2.js"></script>
<script src="chrome://resources/js/jstemplate_compiled.js"></script>
<script src="chrome://signin-internals/signin_internals.js"></script>

Powered by Google App Engine
This is Rietveld 408576698