| // Copyright 2022 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #include "ash/constants/url_constants.h" |
| |
| namespace chrome { |
| |
| const char kAndroidMessagesLearnMoreURL[] = |
| "https://support.google.com/chromebook/?p=multi_device_messages"; |
| |
| const char16_t kApnSettingsLearnMoreUrl[] = |
| u"https://support.google.com/chromebook?p=apn"; |
| |
| const char kChromeUIFocusModeMediaHost[] = "focus-mode-media"; |
| const char kChromeUIFocusModeMediaURL[] = "chrome://focus-mode-media"; |
| |
| const char kChromeUIFocusModePlayerHost[] = "focus-mode-player"; |
| const char kChromeUIFocusModePlayerURL[] = |
| "chrome-untrusted://focus-mode-player/"; |
| |
| const char kHelpMeReadWriteLearnMoreURL[] = |
| "https://support.google.com/chromebook/?p=settings_help_me_read_write"; |
| |
| const char kLobsterLearnMoreURL[] = |
| "https://support.google.com/chromebook?p=dugong2"; |
| |
| const char kLinuxExportImportHelpURL[] = |
| "https://support.google.com/chromebook?p=linux_backup_restore"; |
| |
| const char kMultiDeviceLearnMoreURL[] = |
| "https://support.google.com/chromebook/?p=multi_device"; |
| |
| } // namespace chrome |