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

Unified Diff: chrome/browser/sync/glue/data_type_manager_impl.cc

Issue 19227004: [Sync] Add CoreTypes support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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: chrome/browser/sync/glue/data_type_manager_impl.cc
diff --git a/chrome/browser/sync/glue/data_type_manager_impl.cc b/chrome/browser/sync/glue/data_type_manager_impl.cc
index 87daedb47c9aa997169c3e5f450d340c310f5da9..a69eb33722e8d6208d514448fa16e79e95fdd8ef 100644
--- a/chrome/browser/sync/glue/data_type_manager_impl.cc
+++ b/chrome/browser/sync/glue/data_type_manager_impl.cc
@@ -81,6 +81,7 @@ void DataTypeManagerImpl::Configure(syncer::ModelTypeSet desired_types,
// The list of managed users created by this profile is always synced,
// but they are not a control type.
desired_types.Put(syncer::MANAGED_USERS);
+ desired_types.Put(syncer::SYNCED_NOTIFICATIONS);
tim (not reviewing) 2013/07/15 18:36:17 We don't enable SYNCED_NOTIFICATIONS on Android, r
Nicolas Zea 2013/07/15 22:48:43 I've gone ahead and created a new notion of CoreTy
ConfigureImpl(desired_types, reason);
}

Powered by Google App Engine
This is Rietveld 408576698