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

Unified Diff: chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc

Issue 143973006: New Sync datatype for Synced Notifications App Info (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/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..24ae94bfbe9d57227d52fa6537169c2b1ba989dd 100644
--- a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
+++ b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
@@ -58,6 +58,7 @@ class ProfileSyncComponentsFactoryImplTest : public testing::Test {
datatypes.push_back(syncer::FAVICON_TRACKING);
datatypes.push_back(syncer::FAVICON_IMAGES);
datatypes.push_back(syncer::SYNCED_NOTIFICATIONS);
+ datatypes.push_back(syncer::SYNCED_NOTIFICATION_APP_INFO);
Nicolas Zea 2014/01/22 00:43:39 Are the tests going to pass with this? You'r not a
Pete Williamson 2014/01/22 19:51:10 Good point, I removed this line, and the tests pas
datatypes.push_back(syncer::MANAGED_USERS);
// TODO(bauerb): Enable once the Sync server has been updated to know about
// this data type.

Powered by Google App Engine
This is Rietveld 408576698