chromium/chrome/browser/ui/views/infobars/alternate_nav_infobar_view.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/views/infobars/alternate_nav_infobar_view.h"

#include <stddef.h>

#include <utility>

#include "base/check_op.h"
#include "build/build_config.h"
#include "chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h"
#include "ui/base/window_open_disposition.h"
#include "ui/gfx/text_elider.h"
#include "ui/views/controls/label.h"
#include "ui/views/controls/link.h"


// AlternateNavInfoBarDelegate -------------------------------------------------

// static
std::unique_ptr<infobars::InfoBar> AlternateNavInfoBarDelegate::CreateInfoBar(
    std::unique_ptr<AlternateNavInfoBarDelegate> delegate) {}


// AlternateNavInfoBarView -----------------------------------------------------

AlternateNavInfoBarView::AlternateNavInfoBarView(
    std::unique_ptr<AlternateNavInfoBarDelegate> delegate)
    :{}

AlternateNavInfoBarView::~AlternateNavInfoBarView() = default;

// static
void AlternateNavInfoBarView::ElideLabels(Labels* labels, int available_width) {}

void AlternateNavInfoBarView::Layout(PassKey) {}

int AlternateNavInfoBarView::GetContentMinimumWidth() const {}

AlternateNavInfoBarDelegate* AlternateNavInfoBarView::GetDelegate() {}