chromium/chrome/browser/ui/extensions/mv2_disabled_dialog_controller.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_EXTENSIONS_MV2_DISABLED_DIALOG_CONTROLLER_H_
#define CHROME_BROWSER_UI_EXTENSIONS_MV2_DISABLED_DIALOG_CONTROLLER_H_

#include <vector>

#include "base/callback_list.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "extensions/common/extension_id.h"
#include "ui/gfx/image/image.h"

class Browser;

namespace extensions {

// Per-browser-window class responsible for showing the disabled extensions
// dialog for the Manifest V2 deprecation.
class Mv2DisabledDialogController {};

}  // namespace extensions

#endif  // CHROME_BROWSER_UI_EXTENSIONS_MV2_DISABLED_DIALOG_CONTROLLER_H_