| // 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/sample_system_web_app_ui/url_constants.h" |
| |
| namespace chromeos { |
| |
| const char kChromeUISampleSystemWebAppHost[] = "sample-system-web-app"; |
| const char kChromeUISampleSystemWebAppURL[] = "chrome://sample-system-web-app"; |
| const char kChromeUIUntrustedSampleSystemWebAppURL[] = |
| "chrome-untrusted://sample-system-web-app/"; |
| |
| } // namespace chromeos |