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

Unified Diff: chrome/browser/sync/profile_sync_components_factory_impl.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.cc
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.cc b/chrome/browser/sync/profile_sync_components_factory_impl.cc
index 17d451ad9552e372ce1ed659142e05c015e7f890..29226247ca6c8e709f9be41cc76251007969e830 100644
--- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
@@ -312,6 +312,9 @@ void ProfileSyncComponentsFactoryImpl::RegisterDesktopDataTypes(
new UIDataTypeController(
syncer::SYNCED_NOTIFICATIONS, this, profile_, pss));
+ // Synced Notification App Info is also enabled by default.
Nicolas Zea 2014/01/22 00:43:39 nit: Until the datatype is actually enabled by def
Pete Williamson 2014/01/22 19:51:10 Done.
+ // TODO(petewil): Enable the data type controller once we have a handler.
+
#if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_CHROMEOS)
// Dictionary sync is enabled by default.
if (!command_line_->HasSwitch(switches::kDisableSyncDictionary)) {

Powered by Google App Engine
This is Rietveld 408576698