HomeSort by relevance Sort by last modified time
    Searched full:old_notification (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 119 ProfileNotification* old_notification = (*iter).second; local
120 if (old_notification->notification().replace_id() == replace_id &&
121 old_notification->notification().origin_url() == origin_url &&
122 old_notification->profile() == profile) {
126 old_notification->notification().notification_id();
131 delete old_notification;

Completed in 155 milliseconds