// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/webui/eche_app_ui/url_constants.h"
namespace ash {
namespace eche_app {
const char kChromeUIEcheAppHost[] = "eche-app";
const char kChromeUIEcheAppURL[] = "chrome://eche-app";
const char kChromeUIEcheAppGuestHost[] = "eche-app";
const char kChromeUIEcheAppGuestURL[] = "chrome-untrusted://eche-app/";
} // namespace eche_app
} // namespace ash