| // 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. |
| |
| #ifndef ASH_WEBUI_PERSONALIZATION_APP_PERSONALIZATION_APP_URL_CONSTANTS_H_ |
| #define ASH_WEBUI_PERSONALIZATION_APP_PERSONALIZATION_APP_URL_CONSTANTS_H_ |
| |
| namespace ash::personalization_app { |
| |
| extern const char kChromeUIPersonalizationAppHost[]; |
| extern const char kChromeUIPersonalizationAppURL[]; |
| extern const char kAmbientSubpageRelativeUrl[]; |
| extern const char kUserSubpageRelativeUrl[]; |
| extern const char kWallpaperSubpageRelativeUrl[]; |
| extern const char kPrivacyHubGeolocationAccuracyLearnMoreURL[]; |
| |
| } // namespace ash::personalization_app |
| |
| #endif // ASH_WEBUI_PERSONALIZATION_APP_PERSONALIZATION_APP_URL_CONSTANTS_H_ |