// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef IOS_WEB_WEBUI_WEB_UI_CONSTANTS_H_
#define IOS_WEB_WEBUI_WEB_UI_CONSTANTS_H_

namespace web {

// Name of the host which provides shared resources to WebUI pages.
extern const char kWebUIResourcesHost[];

}  // namespace web

#endif  // IOS_WEB_WEBUI_WEB_UI_CONSTANTS_H_
