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

Unified Diff: chrome/browser/ui/webui/sync_internals_browsertest.js

Issue 2834453006: [Sync] Update Type Info section of sync-internals. (Closed)
Patch Set: Reworked some of the variables in GetTypeStatusMap(). 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
« no previous file with comments | « no previous file | components/browser_sync/profile_sync_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/sync_internals_browsertest.js
diff --git a/chrome/browser/ui/webui/sync_internals_browsertest.js b/chrome/browser/ui/webui/sync_internals_browsertest.js
index 3f52e2e1241cad79c3c68240b2ca1b2a859c1ba3..ad8967328eae07af1bfdc08129fd51f9d243838a 100644
--- a/chrome/browser/ui/webui/sync_internals_browsertest.js
+++ b/chrome/browser/ui/webui/sync_internals_browsertest.js
@@ -198,18 +198,22 @@ HARD_CODED_ABOUT_INFO = {
],
'type_status': [
{
+ 'status': 'header',
'name': 'Model Type',
'num_entries': 'Total Entries',
'num_live': 'Live Entries',
- 'status': 'header',
- 'value': 'Group Type'
+ 'message': 'Message',
+ 'state': 'State',
+ 'group_type': 'Group Type',
},
{
+ 'status': 'ok',
'name': 'Bookmarks',
'num_entries': 2793,
'num_live': 2793,
- 'status': 'ok',
- 'value': 'Active: GROUP_UI'
+ 'message': '',
+ 'state': 'Running',
+ 'group_type': 'Group UI',
},
],
'unrecoverable_error_detected': false
« no previous file with comments | « no previous file | components/browser_sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698