// Copyright 2026 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_CONSTANTS_CHROME_URL_CONSTANTS_H_
#define ASH_CONSTANTS_CHROME_URL_CONSTANTS_H_

// External URL constants used in chrome browser.
namespace ash::chrome_external_urls {

inline constexpr char16_t kChromiumProjectURL[] = u"https://www.chromium.org/";
inline constexpr char kLegacySyncGoogleDashboardURL[] =
    "https://www.google.com/settings/chrome/sync";
inline constexpr char kNewSyncGoogleDashboardURL[] =
    "https://chrome.google.com/data";
inline constexpr char kSyncAndGoogleServicesLearnMoreURL[] =
    "https://support.google.com/chrome?p=syncgoogleservices";

}  // namespace ash::chrome_external_urls

#endif  // ASH_CONSTANTS_CHROME_URL_CONSTANTS_H_
