chromium/chrome/browser/ui/startup/obsolete_system_infobar_delegate.cc

// Copyright 2012 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/startup/obsolete_system_infobar_delegate.h"

#include <memory>

#include "chrome/browser/infobars/confirm_infobar_creator.h"
#include "chrome/browser/obsolete_system/obsolete_system.h"
#include "components/infobars/content/content_infobar_manager.h"
#include "components/infobars/core/infobar.h"
#include "components/strings/grit/components_strings.h"
#include "ui/base/l10n/l10n_util.h"

// static
void ObsoleteSystemInfoBarDelegate::Create(
    infobars::ContentInfoBarManager* infobar_manager) {}

ObsoleteSystemInfoBarDelegate::ObsoleteSystemInfoBarDelegate() = default;

infobars::InfoBarDelegate::InfoBarIdentifier
ObsoleteSystemInfoBarDelegate::GetIdentifier() const {}

std::u16string ObsoleteSystemInfoBarDelegate::GetLinkText() const {}

GURL ObsoleteSystemInfoBarDelegate::GetLinkURL() const {}

std::u16string ObsoleteSystemInfoBarDelegate::GetMessageText() const {}

int ObsoleteSystemInfoBarDelegate::GetButtons() const {}

bool ObsoleteSystemInfoBarDelegate::ShouldExpire(
    const NavigationDetails& details) const {}