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

Unified Diff: chrome/browser/sync/glue/data_type_manager_impl_unittest.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_unittest.cc
diff --git a/chrome/browser/sync/glue/data_type_manager_impl_unittest.cc b/chrome/browser/sync/glue/data_type_manager_impl_unittest.cc
index a8da6e37fe8376e149f44515e064ac3ccdfc87d5..4fa01453a4f98cf6f1d0c2d1ed64f8604e50cf24 100644
--- a/chrome/browser/sync/glue/data_type_manager_impl_unittest.cc
+++ b/chrome/browser/sync/glue/data_type_manager_impl_unittest.cc
@@ -44,6 +44,7 @@ DataTypeManager::ConfigureStatus GetStatus(
syncer::ModelTypeSet PriorityTypes() {
syncer::ModelTypeSet result = syncer::ControlTypes();
result.Put(syncer::MANAGED_USERS);
+ result.Put(syncer::SYNCED_NOTIFICATIONS);
tim (not reviewing) 2013/07/15 18:36:17 Why does this need to be priority? I don't see it
Nicolas Zea 2013/07/15 22:48:43 This was just to get the tests to pass because the
return result;
}

Powered by Google App Engine
This is Rietveld 408576698