Searched refs:old_notification (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.cc158 ProfileNotification* old_notification = (*iter).second; local
159 if (old_notification->notification().replace_id() == replace_id &&
160 old_notification->notification().origin_url() == origin_url &&
161 old_notification->profile() == profile) {
165 old_notification->notification().delegate_id();
169 delete old_notification;

Completed in 460 milliseconds