chromium/chrome/browser/ui/autofill/autofill_bubble_controller_base.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/autofill/autofill_bubble_controller_base.h"

#include "chrome/browser/ui/autofill/autofill_bubble_base.h"
#include "chrome/browser/ui/browser_finder.h"
#include "components/autofill/core/common/autofill_clock.h"
#include "components/autofill/core/common/autofill_payments_features.h"

#if !BUILDFLAG(IS_ANDROID)
#include "chrome/browser/ui/browser_window.h"
#endif  // !BUILDFLAG(IS_ANDROID)

namespace autofill {

AutofillBubbleControllerBase::AutofillBubbleControllerBase(
    content::WebContents* web_contents)
    :{}

AutofillBubbleControllerBase::~AutofillBubbleControllerBase() {}
void AutofillBubbleControllerBase::Show() {}

void AutofillBubbleControllerBase::OnVisibilityChanged(
    content::Visibility visibility) {}

void AutofillBubbleControllerBase::WebContentsDestroyed() {}

void AutofillBubbleControllerBase::UpdatePageActionIcon() {}

void AutofillBubbleControllerBase::HideBubble() {}

}  // namespace autofill