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

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

Issue 9729012: Reland 127510 - Enable tab sync on all platforms by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 74cebe9798a9e6c665199686bd0f54c3aa26fe0a..22d77a351ae5d4a10d4193597c9d61585e7e5d49 100644
--- a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
+++ b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
@@ -44,6 +44,7 @@ class ProfileSyncComponentsFactoryImplTest : public testing::Test {
datatypes.push_back(syncable::PASSWORDS);
datatypes.push_back(syncable::PREFERENCES);
datatypes.push_back(syncable::SEARCH_ENGINES);
+ datatypes.push_back(syncable::SESSIONS);
datatypes.push_back(syncable::THEMES);
datatypes.push_back(syncable::TYPED_URLS);
return datatypes;

Powered by Google App Engine
This is Rietveld 408576698