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

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

Issue 249523002: Add extra column to details of signin-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pretty up the HTML table and the variable names. Created 6 years, 8 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 | components/signin/core/browser/about_signin_internals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2b97376af79599fcaad69a2f29b4d5f22b9c4260..bea3a9ca3ec06246edef91ff3bb1e54c5cb2d2f0 100644
--- a/chrome/browser/resources/signin_internals/signin_index.html
+++ b/chrome/browser/resources/signin_internals/signin_index.html
@@ -18,7 +18,9 @@
jseval="chrome.signin.highlightIfChanged(this,
this.children[1].innerText, value)">
<td jscontent="label"></td>
- <td jscontent="value"></td>
+ <td jscontent="status"></td>
+ <td jscontent="time" jsdisplay="time"></td>
+ <td jsdisplay="time.length==0">&nbsp;</td>
</tr>
</table>
</div>
« no previous file with comments | « no previous file | components/signin/core/browser/about_signin_internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698