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

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

Issue 2306763002: Add PrinterSpecifics to the sync protos. (Closed)
Patch Set: PrintersSpecifics -> PrinterSpecifics 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 a071464a38c3b848eb28f33c58ad43b94787355c..66829b58db9af1f7d4f2c46b6da1be6808e1f621 100644
--- a/components/sync/driver/model_association_manager.cc
+++ b/components/sync/driver/model_association_manager.cc
@@ -47,9 +47,9 @@ static const syncer::ModelType kStartOrder[] = {
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::SUPERVISED_USER_SETTINGS, syncer::SUPERVISED_USER_SHARED_SETTINGS,
- syncer::SUPERVISED_USER_WHITELISTS, syncer::ARTICLES,
- syncer::WIFI_CREDENTIALS,
+ 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