Searched refs:notification_ui_manager_ (Results 1 – 2 of 2) sorted by relevance
181 notification_ui_manager_.reset(); in ~BrowserProcessImpl()494 return notification_ui_manager_.get(); in notification_ui_manager()918 DCHECK(notification_ui_manager_.get() == NULL); in CreateNotificationUIManager()919 notification_ui_manager_.reset(NotificationUIManager::Create(local_state())); in CreateNotificationUIManager()
219 scoped_ptr<NotificationUIManager> notification_ui_manager_; variable