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

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

Issue 187813006: Enable App List Sync by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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 d6f59aca9cc8049cfb94263e485936200ad53d71..1d76b9ad1d37b041981f65a67057d59c55c22e87 100644
--- a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
+++ b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
@@ -37,6 +37,7 @@ class ProfileSyncComponentsFactoryImplTest : public testing::Test {
static std::vector<syncer::ModelType> DefaultDatatypes() {
std::vector<syncer::ModelType> datatypes;
datatypes.push_back(syncer::APPS);
+ datatypes.push_back(syncer::APP_LIST);
datatypes.push_back(syncer::APP_SETTINGS);
datatypes.push_back(syncer::AUTOFILL);
datatypes.push_back(syncer::AUTOFILL_PROFILE);

Powered by Google App Engine
This is Rietveld 408576698