// Copyright 2022 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_MENU_COORDINATOR_H_ #define CHROME_BROWSER_UI_VIEWS_EXTENSIONS_EXTENSIONS_MENU_COORDINATOR_H_ #include "ui/views/view_observer.h" #include "ui/views/view_tracker.h" class Browser; class ExtensionsMenuViewController; class ExtensionsContainer; namespace views { class BubbleDialogDelegate; class Widget; } // Handles the lifetime and showing/hidden state of the extensions menu bubble. class ExtensionsMenuCoordinator : public views::ViewObserver { … }; #endif // CHROME_BROWSER_UI_VIEWS_EXTENSIONS_EXTENSIONS_MENU_COORDINATOR_H_