| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/common/url_constants.h" | 5 #include "chrome/common/url_constants.h" |
| 6 | 6 |
| 7 #include <algorithm> | 7 #include <algorithm> |
| 8 | 8 |
| 9 #include "base/macros.h" | 9 #include "base/macros.h" |
| 10 #include "build/build_config.h" | 10 #include "build/build_config.h" |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 const char kChromeUIPrintHost[] = "print"; | 259 const char kChromeUIPrintHost[] = "print"; |
| 260 #endif // ENABLE_PRINT_PREVIEW | 260 #endif // ENABLE_PRINT_PREVIEW |
| 261 | 261 |
| 262 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) | 262 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) |
| 263 const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config"; | 263 const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config"; |
| 264 const char kChromeUISandboxHost[] = "sandbox"; | 264 const char kChromeUISandboxHost[] = "sandbox"; |
| 265 #endif | 265 #endif |
| 266 | 266 |
| 267 #if defined(OS_ANDROID) | 267 #if defined(OS_ANDROID) |
| 268 const char kChromeUIContextualSearchPromoHost[] = "contextual-search-promo"; | 268 const char kChromeUIContextualSearchPromoHost[] = "contextual-search-promo"; |
| 269 const char kChromeUIOfflineInternalsHost[] = "offline-internals"; |
| 269 const char kChromeUIPhysicalWebHost[] = "physical-web"; | 270 const char kChromeUIPhysicalWebHost[] = "physical-web"; |
| 270 const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals"; | 271 const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals"; |
| 271 const char kChromeUISnippetsInternalsHost[] = "snippets-internals"; | 272 const char kChromeUISnippetsInternalsHost[] = "snippets-internals"; |
| 272 #endif | 273 #endif |
| 273 | 274 |
| 274 #if defined(OS_CHROMEOS) | 275 #if defined(OS_CHROMEOS) |
| 275 const char kChromeUIActivationMessageHost[] = "activationmessage"; | 276 const char kChromeUIActivationMessageHost[] = "activationmessage"; |
| 276 const char kChromeUIAppLaunchHost[] = "app-launch"; | 277 const char kChromeUIAppLaunchHost[] = "app-launch"; |
| 277 const char kChromeUIBluetoothPairingHost[] = "bluetooth-pairing"; | 278 const char kChromeUIBluetoothPairingHost[] = "bluetooth-pairing"; |
| 278 const char kChromeUICertificateManagerHost[] = "certificate-manager"; | 279 const char kChromeUICertificateManagerHost[] = "certificate-manager"; |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 kChromeUIHelpHost, | 649 kChromeUIHelpHost, |
| 649 kChromeUIInspectHost, | 650 kChromeUIInspectHost, |
| 650 kChromeUIPluginsHost, | 651 kChromeUIPluginsHost, |
| 651 kChromeUIQuotaInternalsHost, | 652 kChromeUIQuotaInternalsHost, |
| 652 kChromeUISettingsHost, | 653 kChromeUISettingsHost, |
| 653 kChromeUISystemInfoHost, | 654 kChromeUISystemInfoHost, |
| 654 kChromeUIUberHost, | 655 kChromeUIUberHost, |
| 655 #endif | 656 #endif |
| 656 #if defined(OS_ANDROID) | 657 #if defined(OS_ANDROID) |
| 657 kChromeUINetExportHost, | 658 kChromeUINetExportHost, |
| 659 kChromeUIOfflineInternalsHost, |
| 658 kChromeUIPopularSitesInternalsHost, | 660 kChromeUIPopularSitesInternalsHost, |
| 659 kChromeUISnippetsInternalsHost, | 661 kChromeUISnippetsInternalsHost, |
| 660 #else // non-mobile | 662 #else // non-mobile |
| 661 kChromeUICopresenceHost, | 663 kChromeUICopresenceHost, |
| 662 #endif | 664 #endif |
| 663 #if defined(OS_CHROMEOS) | 665 #if defined(OS_CHROMEOS) |
| 664 kChromeUICertificateManagerHost, | 666 kChromeUICertificateManagerHost, |
| 665 kChromeUIChooseMobileNetworkHost, | 667 kChromeUIChooseMobileNetworkHost, |
| 666 kChromeUICryptohomeHost, | 668 kChromeUICryptohomeHost, |
| 667 kChromeUIDriveInternalsHost, | 669 kChromeUIDriveInternalsHost, |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 "https://chrome.blogspot.com/2015/11/updates-to-chrome-platform-support.html
"; | 768 "https://chrome.blogspot.com/2015/11/updates-to-chrome-platform-support.html
"; |
| 767 #endif | 769 #endif |
| 768 | 770 |
| 769 const char kChooserBluetoothOverviewURL[] = | 771 const char kChooserBluetoothOverviewURL[] = |
| 770 "https://support.google.com/chrome?p=bluetooth"; | 772 "https://support.google.com/chrome?p=bluetooth"; |
| 771 | 773 |
| 772 const char kChooserUsbOverviewURL[] = | 774 const char kChooserUsbOverviewURL[] = |
| 773 "https://support.google.com/chrome?p=webusb"; | 775 "https://support.google.com/chrome?p=webusb"; |
| 774 | 776 |
| 775 } // namespace chrome | 777 } // namespace chrome |
| OLD | NEW |