chromium/chrome/browser/ui/interventions/intervention_infobar_delegate.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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() {}