chromium/chrome/browser/ui/views/autofill/address_bubbles_icon_view.cc

// Copyright 2021 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/autofill/address_bubbles_icon_view.h"

#include "chrome/app/chrome_command_ids.h"
#include "chrome/browser/ui/actions/chrome_action_id.h"
#include "chrome/browser/ui/autofill/address_bubbles_icon_controller.h"
#include "chrome/browser/ui/view_ids.h"
#include "chrome/browser/ui/views/autofill/address_bubble_base_view.h"
#include "components/strings/grit/components_strings.h"
#include "components/vector_icons/vector_icons.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/metadata/metadata_impl_macros.h"
#include "ui/views/accessibility/view_accessibility.h"

namespace autofill {

AddressBubblesIconView::AddressBubblesIconView(
    CommandUpdater* command_updater,
    IconLabelBubbleView::Delegate* icon_label_bubble_delegate,
    PageActionIconView::Delegate* page_action_icon_delegate)
    :{}

AddressBubblesIconView::~AddressBubblesIconView() = default;

views::BubbleDialogDelegate* AddressBubblesIconView::GetBubble()
    const {}

void AddressBubblesIconView::UpdateImpl() {}

std::u16string
AddressBubblesIconView::GetTextForTooltipAndAccessibleName() const {}

void AddressBubblesIconView::OnExecuting(
    PageActionIconView::ExecuteSource execute_source) {}

const gfx::VectorIcon& AddressBubblesIconView::GetVectorIcon() const {}

AddressBubblesIconController*
AddressBubblesIconView::GetController() const {}

BEGIN_METADATA()

}  // namespace autofill