// Copyright 2020 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_COMPONENTS_WEBUI_WEB_UI_URL_CONSTANTS_H_
#define IOS_COMPONENTS_WEBUI_WEB_UI_URL_CONSTANTS_H_

// URL scheme for Web UI in iOS. Should be kept in sync with kChromeUIScheme
// defined in content/public/common/url_constants.h
inline constexpr char kChromeUIScheme[] = "chrome";

// Hosts for feature specific Web UIs.
inline constexpr char kChromeUISyncInternalsHost[] = "sync-internals";

#endif  // IOS_COMPONENTS_WEBUI_WEB_UI_URL_CONSTANTS_H_
