#include "chrome/browser/ui/interventions/intervention_infobar_delegate.h"
#include "chrome/browser/ui/interventions/intervention_delegate.h"
InterventionInfoBarDelegate::InterventionInfoBarDelegate(
infobars::InfoBarDelegate::InfoBarIdentifier identifier,
InterventionDelegate* intervention_delegate)
: … { … }
InterventionInfoBarDelegate::~InterventionInfoBarDelegate() = default;
infobars::InfoBarDelegate::InfoBarIdentifier
InterventionInfoBarDelegate::GetIdentifier() const { … }
bool InterventionInfoBarDelegate::EqualsDelegate(
infobars::InfoBarDelegate* delegate) const { … }
void InterventionInfoBarDelegate::InfoBarDismissed() { … }