chromium/components/user_education/common/help_bubble.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 "components/user_education/common/help_bubble.h"

#include "base/notreached.h"
#include "ui/base/interaction/element_tracker.h"

namespace user_education {

HelpBubble::HelpBubble()
    :{}

HelpBubble::~HelpBubble() {}

bool HelpBubble::Close(CloseReason close_reason) {}

void HelpBubble::OnAnchorBoundsChanged() {}

gfx::Rect HelpBubble::GetBoundsInScreen() const {}

base::CallbackListSubscription HelpBubble::AddOnCloseCallback(
    ClosedCallback callback) {}

}  // namespace user_education