Index: chrome/browser/notifications/desktop_notification_service.cc |
diff --git a/chrome/browser/notifications/desktop_notification_service.cc b/chrome/browser/notifications/desktop_notification_service.cc |
index 7c91e9d47f55fca425c84794760a65c727683a6a..87ef6798132a6f451a3139196e5a3a4e8ee2b29a 100644 |
--- a/chrome/browser/notifications/desktop_notification_service.cc |
+++ b/chrome/browser/notifications/desktop_notification_service.cc |
@@ -45,12 +45,8 @@ using message_center::NotifierId; |
// static |
void DesktopNotificationService::RegisterProfilePrefs( |
user_prefs::PrefRegistrySyncable* registry) { |
- registry->RegisterListPref( |
- prefs::kMessageCenterDisabledExtensionIds, |
- user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF); |
- registry->RegisterListPref( |
- prefs::kMessageCenterDisabledSystemComponentIds, |
- user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF); |
+ registry->RegisterListPref(prefs::kMessageCenterDisabledExtensionIds); |
+ registry->RegisterListPref(prefs::kMessageCenterDisabledSystemComponentIds); |
} |
DesktopNotificationService::DesktopNotificationService(Profile* profile) |