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

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

Issue 14566018: Merge 198705 "Fixes a typo: disabled_extension_ids_ should not b..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1500/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
===================================================================
--- 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_);
« 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