chromium/chrome/browser/ui/views/performance_controls/performance_intervention_bubble.h

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_UI_VIEWS_PERFORMANCE_CONTROLS_PERFORMANCE_INTERVENTION_BUBBLE_H_
#define CHROME_BROWSER_UI_VIEWS_PERFORMANCE_CONTROLS_PERFORMANCE_INTERVENTION_BUBBLE_H_

#include "ui/base/interaction/element_identifier.h"
#include "ui/views/bubble/bubble_border.h"

class Browser;
class PerformanceInterventionButton;
class PerformanceInterventionButtonController;

namespace views {
class BubbleDialogModelHost;
}  // namespace views

struct DialogStrings {};

// This class provides the view for the performance intervention bubble dialog
// that is shown automatically when a performance issue is detected.
class PerformanceInterventionBubble {};

#endif  // CHROME_BROWSER_UI_VIEWS_PERFORMANCE_CONTROLS_PERFORMANCE_INTERVENTION_BUBBLE_H_