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

Unified Diff: components/browser_sync/profile_sync_service.cc

Issue 2548413002: Fix sync 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: components/browser_sync/profile_sync_service.cc
diff --git a/components/browser_sync/profile_sync_service.cc b/components/browser_sync/profile_sync_service.cc
index 0b436ed1d1bb8b7df51f3c27c0ed7a4d0bb1b717..3ba611bf79e457c3a3115d63fc6c3db15e75acde 100644
--- a/components/browser_sync/profile_sync_service.cc
+++ b/components/browser_sync/profile_sync_service.cc
@@ -1659,6 +1659,7 @@ void ProfileSyncService::UpdateSelectedTypesHistogram(
syncer::user_selectable_type::TYPED_URLS,
syncer::user_selectable_type::EXTENSIONS,
syncer::user_selectable_type::APPS,
+ syncer::user_selectable_type::READING_LIST,
syncer::user_selectable_type::PROXY_TABS,
};
« no previous file with comments | « no previous file | components/sync/driver/user_selectable_sync_type.h » ('j') | components/sync/syncable/model_type.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698