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

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

Issue 9323015: [Sync] - In about:sync page display if the first sync after restart has taken place or not. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. 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
« no previous file with comments | « no previous file | chrome/browser/sync/engine/all_status.cc » ('j') | chrome/browser/sync/engine/all_status.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9c8e8c8305f42045774b0b7462e8a610f76d4947 100644
--- a/chrome/browser/resources/sync_internals/about.html
+++ b/chrome/browser/resources/sync_internals/about.html
@@ -52,6 +52,9 @@ table#aboutDetails tr[highlighted]:nth-child(odd) {
<div class="column">
<h2>Summary</h2>
<p jscontent="summary"/>
+ <p jsdisplay="summary_explanation_needed">
+ <span class="err" jscontent="summary_explanation_message"></span>
+ </p>
<p jsdisplay="unrecoverable_error_detected">
<span class="err" jscontent="unrecoverable_error_message"></span>
</p>
« no previous file with comments | « no previous file | chrome/browser/sync/engine/all_status.cc » ('j') | chrome/browser/sync/engine/all_status.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698