#include "chrome/browser/infobars/infobar_responder.h"
#include "base/functional/bind.h"
#include "base/location.h"
#include "base/task/single_thread_task_runner.h"
#include "components/infobars/content/content_infobar_manager.h"
#include "components/infobars/core/confirm_infobar_delegate.h"
#include "components/infobars/core/infobar.h"
InfoBarResponder::InfoBarResponder(
infobars::ContentInfoBarManager* infobar_manager,
AutoResponseType response)
: … { … }
InfoBarResponder::~InfoBarResponder() { … }
void InfoBarResponder::OnInfoBarAdded(infobars::InfoBar* infobar) { … }
void InfoBarResponder::OnInfoBarReplaced(infobars::InfoBar* old_infobar,
infobars::InfoBar* new_infobar) { … }
void InfoBarResponder::Respond(ConfirmInfoBarDelegate* delegate) { … }