chromium/chrome/browser/ui/views/policy/enterprise_startup_dialog_unittest.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 <memory>

#include "base/command_line.h"
#include "base/functional/bind.h"
#include "base/test/mock_callback.h"
#include "chrome/browser/headless/headless_mode_util.h"
#include "chrome/browser/ui/enterprise_startup_dialog.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/switches.h"

namespace policy {

class HeadlessEnterpriseStartupDialogTest : public ::testing::Test {};

TEST_F(HeadlessEnterpriseStartupDialogTest, VerifyDialogResetDissmissal) {}

TEST_F(HeadlessEnterpriseStartupDialogTest, VerifyErrorMessageDissmissal) {}

}  // namespace policy