// Copyright 2023 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_EXTENSIONS_EXTENSIONS_REQUEST_ACCESS_HOVER_CARD_COORDINATOR_H_ #define CHROME_BROWSER_UI_VIEWS_EXTENSIONS_EXTENSIONS_REQUEST_ACCESS_HOVER_CARD_COORDINATOR_H_ #include "content/public/browser/web_contents.h" #include "extensions/common/extension_id.h" #include "ui/views/view_tracker.h" namespace content { class WebContents; } // namespace content class ExtensionsContainer; // Handles the lifetime and showing/hidden state of the request access button // hover card. class ExtensionsRequestAccessHoverCardCoordinator { … }; #endif // CHROME_BROWSER_UI_VIEWS_EXTENSIONS_EXTENSIONS_REQUEST_ACCESS_HOVER_CARD_COORDINATOR_H_