Chromium Code Reviews| Index: chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
| diff --git a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
| index d968a69a6515dabce3d36866cd65962b25789153..5bd1f6f20aa7291a04fb7afdbc2c98d472629d97 100644 |
| --- a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
| @@ -59,11 +59,9 @@ class ProfileSyncComponentsFactoryImplTest : public testing::Test { |
| datatypes.push_back(syncer::FAVICON_IMAGES); |
| datatypes.push_back(syncer::SYNCED_NOTIFICATIONS); |
| datatypes.push_back(syncer::MANAGED_USERS); |
| - // TODO(bauerb): Enable once the Sync server has been updated to know about |
| - // this data type. |
| - // datatypes.push_back(syncer::MANAGED_USER_SHARED_SETTINGS); |
| + datatypes.push_back(syncer::MANAGED_USER_SHARED_SETTINGS); |
| - return datatypes; |
| + return datatypes; |
|
Nicolas Zea
2014/01/29 14:53:10
nit: fix indent
|
| } |
| // Returns the number of default datatypes. |