blob: 2ccb65d88075fa967537a331115d46fb6a36ceed [file] [log] [blame]
// 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_