Home
last modified time | relevance | path

Searched refs:disabled_extension_ids_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
Ddesktop_notification_service.cc109 prefs::kMessageCenterDisabledExtensionIds, &disabled_extension_ids_); in DesktopNotificationService()
120 base::Unretained(&disabled_extension_ids_))); in DesktopNotificationService()
212 return disabled_extension_ids_.find(notifier_id.id) == in IsNotifierEnabled()
213 disabled_extension_ids_.end(); in IsNotifierEnabled()
Ddesktop_notification_service.h157 std::set<std::string> disabled_extension_ids_; variable