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

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

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.h
diff --git a/ios/chrome/browser/sync/sync_setup_service.h b/ios/chrome/browser/sync/sync_setup_service.h
index 6c3dc043478618a8ac5fdb389df4ceeff4f3ff5a..d18145b967a1644a1979568a76d1fd98ac906923 100644
--- a/ios/chrome/browser/sync/sync_setup_service.h
+++ b/ios/chrome/browser/sync/sync_setup_service.h
@@ -44,6 +44,7 @@ class SyncSetupService : public KeyedService {
kSyncOpenTabs,
kSyncAutofill,
kSyncPreferences,
+ kSyncReadingList,
kNumberOfSyncableDatatypes
} SyncableDatatype;

Powered by Google App Engine
This is Rietveld 408576698