chromium/chrome/browser/ui/views/relaunch_notification/relaunch_notification_controller_platform_impl_desktop_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 "base/run_loop.h"
#include "base/time/time.h"
#include "chrome/browser/ui/views/frame/browser_view.h"
#include "chrome/browser/ui/views/relaunch_notification/relaunch_notification_controller_platform_impl_desktop.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "content/public/test/browser_test.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/views/test/widget_test.h"
#include "ui/views/widget/widget.h"

RelaunchNotificationControllerPlatformImplDesktopBrowserTest;

// This test closes and reopens the relaunch recommended and relaunch required
// notification to ensure that there are no crashes.
IN_PROC_BROWSER_TEST_F(
    RelaunchNotificationControllerPlatformImplDesktopBrowserTest,
    NotifyRelaunchTest) {}