blob: dd2530d968aab52f0a5853aed1b1604dff7dd6ce [file] [log] [blame]
// Copyright 2020 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 "ash/webui/camera_app_ui/url_constants.h"
namespace ash {
const char kChromeUICameraAppHost[] = "camera-app";
const char kChromeUICameraAppMainURL[] = "chrome://camera-app/views/main.html";
const char kChromeUICameraAppScopeURL[] = "chrome://camera-app/views";
const char kChromeUICameraAppURL[] = "chrome://camera-app/";
const char kChromeUIUntrustedCameraAppURL[] = "chrome-untrusted://camera-app/";
} // namespace ash