chromium/chrome/browser/ui/webui/ash/chrome_web_ui_configs_chromeos.h

// 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.

#ifndef CHROME_BROWSER_UI_WEBUI_ASH_CHROME_WEB_UI_CONFIGS_CHROMEOS_H_
#define CHROME_BROWSER_UI_WEBUI_ASH_CHROME_WEB_UI_CONFIGS_CHROMEOS_H_

namespace ash {

// Method that adds `WebUIConfig`s for Ash to `WebUIConfigMap`.
void RegisterAshChromeWebUIConfigs();

}  // namespace ash

#endif  // CHROME_BROWSER_UI_WEBUI_ASH_CHROME_WEB_UI_CONFIGS_CHROMEOS_H_