blob: b53b3b81c29ea79a74e919bee0657ac19c5c573a [file]
// Copyright 2025 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/headless/headless_mode_util.h"
#ifndef CHROME_BROWSER_HEADLESS_HEADLESS_MODE_PLATFORM_H_
#define CHROME_BROWSER_HEADLESS_HEADLESS_MODE_PLATFORM_H_
namespace headless {
// Performs platform specific headless mode initialization.
void InitializePlatform();
} // namespace headless
#endif // CHROME_BROWSER_HEADLESS_HEADLESS_MODE_PLATFORM_H_