blob: 83b0fb1cb8462a794b505973b711e6ce150e561c [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chromeos/components/media_app_ui/url_constants.h"
namespace chromeos {
const char kChromeUIMediaAppHost[] = "media-app";
const char kChromeUIMediaAppURL[] = "chrome://media-app/";
const char kChromeUIMediaAppGuestURL[] = "chrome-untrusted://media-app/";
} // namespace chromeos