chromium/chrome/browser/ui/test/fullscreen_test_util.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/test/fullscreen_test_util.h"

#include "content/public/test/browser_test_utils.h"

namespace content {

void WaitForHTMLFullscreen(WebContents* web_contents) {}

void WaitForHTMLFullscreenExit(WebContents* web_contents) {}

}  // namespace content