chromium/chrome/browser/ui/views/omnibox/omnibox_popup_view_webui_test.cc

// Copyright 2023 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/omnibox/omnibox_popup_view_webui_test.h"

#include "base/run_loop.h"
#include "base/task/thread_pool.h"
#include "base/threading/platform_thread.h"
#include "base/time/time.h"
#include "build/build_config.h"
#include "chrome/browser/ui/views/omnibox/omnibox_popup_presenter.h"
#include "ui/base/interaction/expect_call_in_scope.h"

#if BUILDFLAG(IS_LINUX)
#include "ui/linux/linux_ui.h"
#include "ui/linux/linux_ui_getter.h"
#endif

OmniboxPopupViewWebUITest::OmniboxPopupViewWebUITest() = default;
OmniboxPopupViewWebUITest::~OmniboxPopupViewWebUITest() = default;

OmniboxPopupViewWebUITest::ThemeChangeWaiter::~ThemeChangeWaiter() {}

void OmniboxPopupViewWebUITest::CreatePopupForTestQuery() {}

void OmniboxPopupViewWebUITest::UseDefaultTheme() {}

void OmniboxPopupViewWebUITest::SetUp() {}

void OmniboxPopupViewWebUITest::WaitForHandler() {}

void OmniboxPopupViewWebUITest::WaitInternal(OmniboxPopupPresenter* presenter,
                                             base::RepeatingClosure* closure) {}