Index: chrome/browser/resources/sync_internals/about.html |
diff --git a/chrome/browser/resources/sync_internals/about.html b/chrome/browser/resources/sync_internals/about.html |
index 71f6668fd0175183b2c27372cbc1208310c0e068..456180467488089d81b93e8b855b1d5aa6c7063b 100644 |
--- a/chrome/browser/resources/sync_internals/about.html |
+++ b/chrome/browser/resources/sync_internals/about.html |
@@ -43,6 +43,10 @@ table#routingInfo tr:nth-child(odd) { |
<h2>Details</h2> |
<table id="aboutDetails"> |
<tr> |
+ <td>Version</td> |
+ <td jscontent="version"/> |
akalin
2011/11/17 04:12:43
Don't you need a block for the unique ID too?
Nicolas Zea
2011/11/17 04:58:10
I added it to the details, so no block is needed.
|
+ </tr> |
+ <tr> |
<td>Authenticated</td> |
<td> |
<span jscontent="authenticated"></span> |