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

Unified Diff: components/sync/driver/model_association_manager.cc

Issue 2241583003: Creating protobuf for reading list sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 3 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 | « components/sync/base/model_type.h ('k') | components/sync/driver/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/model_association_manager.cc
diff --git a/components/sync/driver/model_association_manager.cc b/components/sync/driver/model_association_manager.cc
index 66829b58db9af1f7d4f2c46b6da1be6808e1f621..6ec96374e13fef1a2cd067b1b734a5182f35fdd4 100644
--- a/components/sync/driver/model_association_manager.cc
+++ b/components/sync/driver/model_association_manager.cc
@@ -44,12 +44,13 @@ static const syncer::ModelType kStartOrder[] = {
// might block creating a new supervised user,
// so we want to do it early.
syncer::PREFERENCES, syncer::PRIORITY_PREFERENCES, syncer::EXTENSIONS,
- syncer::APPS, syncer::APP_LIST, syncer::ARC_PACKAGE, syncer::THEMES,
- syncer::SEARCH_ENGINES, syncer::SESSIONS, syncer::APP_NOTIFICATIONS,
- syncer::DICTIONARY, syncer::FAVICON_IMAGES, syncer::FAVICON_TRACKING,
- syncer::PRINTERS, syncer::SUPERVISED_USER_SETTINGS,
- syncer::SUPERVISED_USER_SHARED_SETTINGS, syncer::SUPERVISED_USER_WHITELISTS,
- syncer::ARTICLES, syncer::WIFI_CREDENTIALS,
+ syncer::APPS, syncer::APP_LIST, syncer::ARC_PACKAGE, syncer::READING_LIST,
+ syncer::THEMES, syncer::SEARCH_ENGINES, syncer::SESSIONS,
+ syncer::APP_NOTIFICATIONS, syncer::DICTIONARY, syncer::FAVICON_IMAGES,
+ syncer::FAVICON_TRACKING, syncer::PRINTERS,
+ syncer::SUPERVISED_USER_SETTINGS, syncer::SUPERVISED_USER_SHARED_SETTINGS,
+ syncer::SUPERVISED_USER_WHITELISTS, syncer::ARTICLES,
+ syncer::WIFI_CREDENTIALS,
};
static_assert(arraysize(kStartOrder) ==
« no previous file with comments | « components/sync/base/model_type.h ('k') | components/sync/driver/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698