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

Unified Diff: chrome/browser/notifications/desktop_notification_service.cc

Issue 14963006: Fixes a typo: disabled_extension_ids_ should not be cleared here. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 642e8c43ffa482bfb08957649fbd376a06e3900e..e2127ea9366e591bcd26c70b7c8fa5350ede839a 100644
--- a/chrome/browser/notifications/desktop_notification_service.cc
+++ b/chrome/browser/notifications/desktop_notification_service.cc
@@ -611,7 +611,7 @@ void DesktopNotificationService::SetSystemComponentEnabled(
}
void DesktopNotificationService::OnDisabledSystemComponentIdsChanged() {
- disabled_extension_ids_.clear();
+ disabled_system_component_ids_.clear();
CopySetFromPrefToMemory(profile_->GetPrefs(),
prefs::kMessageCenterDisabledSystemComponentIds,
&disabled_system_component_ids_);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698