chromium/chrome/browser/ui/views/supervised_user/extension_install_blocked_by_parent_dialog_browsertest.cc

// 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.

#include <string>

#include "base/functional/callback_helpers.h"
#include "base/memory/scoped_refptr.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/extensions/extensions_dialogs.h"
#include "chrome/browser/ui/tabs/tab_strip_model.h"
#include "chrome/browser/ui/test/test_browser_dialog.h"
#include "content/public/browser/web_contents.h"
#include "content/public/test/browser_test.h"
#include "extensions/common/extension.h"
#include "extensions/common/extension_builder.h"

class ExtensionInstallBlockedByParentDialogViewTest : public DialogBrowserTest {};

IN_PROC_BROWSER_TEST_F(ExtensionInstallBlockedByParentDialogViewTest,
                       InvokeUi_extension) {}

IN_PROC_BROWSER_TEST_F(ExtensionInstallBlockedByParentDialogViewTest,
                       InvokeUi_app) {}