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

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

Issue 2306763002: Add PrinterSpecifics to the sync protos. (Closed)
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
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 55d59286000fdff6525982f488b576fe276d8d79..52fb195cd87940f784cafe157744bed8447f2969 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::PRINTER, syncer::SUPERVISED_USER_SETTINGS,
+ syncer::SUPERVISED_USER_SHARED_SETTINGS, syncer::SUPERVISED_USER_WHITELISTS,
+ syncer::ARTICLES, syncer::WIFI_CREDENTIALS,
};
static_assert(arraysize(kStartOrder) ==

Powered by Google App Engine
This is Rietveld 408576698