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

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

Issue 1226213002: Sync: Support nodes with implicit permanent folders: Node Browser and out-of-order loading from DB (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed comments Created 5 years, 5 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/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 b623cbc455cf446a6995ea7009fedbd519801063..3f52e2e1241cad79c3c68240b2ca1b2a859c1ba3 100644
--- a/chrome/browser/ui/webui/sync_internals_browsertest.js
+++ b/chrome/browser/ui/webui/sync_internals_browsertest.js
@@ -102,7 +102,7 @@ var HARD_CODED_ALL_NODES = [{
'UNIQUE_POSITION': 'INVALID[]',
'UNIQUE_SERVER_TAG': 'google_chrome_autofill',
'isDirty': false,
- 'serverModelType': 'Autofill'
+ 'modelType': 'Autofill'
}, {
'ATTACHMENT_METADATA': '',
'BASE_SERVER_SPECIFICS': {},
@@ -150,7 +150,7 @@ var HARD_CODED_ALL_NODES = [{
'UNIQUE_POSITION': 'INVALID[]',
'UNIQUE_SERVER_TAG': '',
'isDirty': false,
- 'serverModelType': 'Autofill'
+ 'modelType': 'Autofill'
}],
'type': 'Autofill'
}];
« no previous file with comments | « chrome/browser/resources/sync_internals/sync_node_browser.js ('k') | sync/internal_api/public/base/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698