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

Unified Diff: ios/chrome/browser/sync/sync_setup_service.cc

Issue 2538143002: Add sync settings for reading list (Closed)
Patch Set: Created 4 years 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: ios/chrome/browser/sync/sync_setup_service.cc
diff --git a/ios/chrome/browser/sync/sync_setup_service.cc b/ios/chrome/browser/sync/sync_setup_service.cc
index cd08be5c57e8d97822608d5e160ca0bb5fe903ef..d4963636442ce96c0cb3b650bd8bb48f1a074701 100644
--- a/ios/chrome/browser/sync/sync_setup_service.cc
+++ b/ios/chrome/browser/sync/sync_setup_service.cc
@@ -22,8 +22,9 @@ namespace {
// The set of user-selectable datatypes. This must be in the same order as
// |SyncSetupService::SyncableDatatype|.
syncer::ModelType kDataTypes[] = {
- syncer::BOOKMARKS, syncer::TYPED_URLS, syncer::PASSWORDS,
- syncer::PROXY_TABS, syncer::AUTOFILL, syncer::PREFERENCES,
+ syncer::BOOKMARKS, syncer::TYPED_URLS, syncer::PASSWORDS,
+ syncer::PROXY_TABS, syncer::AUTOFILL, syncer::PREFERENCES,
+ syncer::READING_LIST,
};
} // namespace
« components/sync_ui_strings.grdp ('K') | « ios/chrome/browser/sync/sync_setup_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698