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; |
} |