blob: 4169fc3303ae49a0986208215fb33e4a34b76db0 [file] [log] [blame]
// 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 kPrivacyHubGeolocationLearnMoreUrl[];
} // namespace ash::personalization_app
#endif // ASH_WEBUI_PERSONALIZATION_APP_PERSONALIZATION_APP_URL_CONSTANTS_H_