chromium/chrome/browser/ui/views/confirm_bubble_views_unittest.cc

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ui/views/confirm_bubble_views.h"

#include <utility>

#include "build/build_config.h"
#include "chrome/browser/ui/confirm_bubble.h"
#include "chrome/browser/ui/test/test_confirm_bubble_model.h"
#include "chrome/browser/ui/views/chrome_constrained_window_views_client.h"
#include "chrome/test/views/chrome_views_test_base.h"
#include "components/constrained_window/constrained_window_views.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/views/widget/widget.h"

Widget;

ConfirmBubbleViewsTest;

// TODO(crbug.com/40099109) Disabled on windows due to flake
#if BUILDFLAG(IS_WIN)
#define MAYBE_CreateAndClose
#else
#define MAYBE_CreateAndClose
#endif
TEST_F(ConfirmBubbleViewsTest, MAYBE_CreateAndClose) {}