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

Unified Diff: components/sync/driver/resources/about.html

Issue 2834453006: [Sync] Update Type Info section of sync-internals. (Closed)
Patch Set: Updating ToString methods to clearly always return a value for picky compilers. Created 3 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
Index: components/sync/driver/resources/about.html
diff --git a/components/sync/driver/resources/about.html b/components/sync/driver/resources/about.html
index 31725a936bbf3817c6ba1c21fbcc9c8df63dd1d0..865c1d99cf9db602e0789d38a228019d26d790d5 100644
--- a/components/sync/driver/resources/about.html
+++ b/components/sync/driver/resources/about.html
@@ -45,10 +45,12 @@
<h2>Type Info</h2>
<table id="typeInfo">
<tr jsselect="type_status" jsvalues="class:$this.status">
- <td jscontent="name" width=50%></td>
- <td jscontent="value" width=30%></td>
+ <td jscontent="name" width=30%></td>
<td jscontent="num_entries" width=10%></td>
<td jscontent="num_live" width=10%></td>
+ <td jscontent="message" width=30%></td>
+ <td jscontent="state" width=10%></td>
+ <td jscontent="group_type" width=10%></td>
</tr>
</table>
</div>

Powered by Google App Engine
This is Rietveld 408576698