blob: b0a2fe1b3297fa441bac1cc91d58171eabfbab15 [file] [log] [blame]
// 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
extern const char kChromeUIScheme[];
// Hosts for feature specific Web UIs.
extern const char kChromeUISyncInternalsHost[];
#endif // IOS_COMPONENTS_WEBUI_WEB_UI_URL_CONSTANTS_H_