url_constants.cc 582 B

123456789101112131415161718
  1. // Copyright (c) 2022 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "ash/constants/url_constants.h"
  5. namespace chrome {
  6. const char kAndroidMessagesLearnMoreURL[] =
  7. "https://support.google.com/chromebook/?p=multi_device_messages";
  8. const char kLinuxExportImportHelpURL[] =
  9. "https://support.google.com/chromebook?p=linux_backup_restore";
  10. const char kMultiDeviceLearnMoreURL[] =
  11. "https://support.google.com/chromebook/?p=multi_device";
  12. } // namespace chrome