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

Unified Diff: chrome/browser/resources/sync_internals/about.html

Issue 9348036: Trim code from sync's ServerConnectionManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Delete some more code Created 8 years, 10 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/sync_internals/about.html
diff --git a/chrome/browser/resources/sync_internals/about.html b/chrome/browser/resources/sync_internals/about.html
index ece53b05b82054051d597db9a173dd206968cbf3..0623388576095f049104852acf7751cd0dba9b02 100644
--- a/chrome/browser/resources/sync_internals/about.html
+++ b/chrome/browser/resources/sync_internals/about.html
@@ -70,13 +70,6 @@ table#aboutDetails tr[highlighted]:nth-child(odd) {
<td jscontent="version"/>
</tr>
<tr>
- <td>Authenticated</td>
- <td>
- <span jscontent="authenticated"></span>
- <span jsdisplay="!authenticated" class="err" jscontent="auth_problem"></span>
- </td>
- </tr>
- <tr>
<td>Last Synced</td>
<td jscontent="time_since_sync"/>
</tr>

Powered by Google App Engine
This is Rietveld 408576698