| Index: chrome/browser/notifications/desktop_notification_service.cc
|
| ===================================================================
|
| --- chrome/browser/notifications/desktop_notification_service.cc (revision 200010)
|
| +++ chrome/browser/notifications/desktop_notification_service.cc (working copy)
|
| @@ -611,7 +611,7 @@
|
| }
|
|
|
| void DesktopNotificationService::OnDisabledSystemComponentIdsChanged() {
|
| - disabled_extension_ids_.clear();
|
| + disabled_system_component_ids_.clear();
|
| CopySetFromPrefToMemory(profile_->GetPrefs(),
|
| prefs::kMessageCenterDisabledSystemComponentIds,
|
| &disabled_system_component_ids_);
|
|
|