| 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 const char kChromeUIPrintHost[] = "print"; | 264 const char kChromeUIPrintHost[] = "print"; |
| 265 #endif // ENABLE_PRINT_PREVIEW | 265 #endif // ENABLE_PRINT_PREVIEW |
| 266 | 266 |
| 267 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) | 267 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) |
| 268 const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config"; | 268 const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config"; |
| 269 const char kChromeUISandboxHost[] = "sandbox"; | 269 const char kChromeUISandboxHost[] = "sandbox"; |
| 270 #endif | 270 #endif |
| 271 | 271 |
| 272 #if defined(OS_ANDROID) | 272 #if defined(OS_ANDROID) |
| 273 const char kChromeUIContextualSearchPromoHost[] = "contextual-search-promo"; | 273 const char kChromeUIContextualSearchPromoHost[] = "contextual-search-promo"; |
| 274 const char kChromeUIOfflineInternalsHost[] = "offline-internals"; |
| 274 const char kChromeUIPhysicalWebHost[] = "physical-web"; | 275 const char kChromeUIPhysicalWebHost[] = "physical-web"; |
| 275 const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals"; | 276 const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals"; |
| 276 const char kChromeUISnippetsInternalsHost[] = "snippets-internals"; | 277 const char kChromeUISnippetsInternalsHost[] = "snippets-internals"; |
| 277 #endif | 278 #endif |
| 278 | 279 |
| 279 #if defined(OS_CHROMEOS) | 280 #if defined(OS_CHROMEOS) |
| 280 const char kChromeUIActivationMessageHost[] = "activationmessage"; | 281 const char kChromeUIActivationMessageHost[] = "activationmessage"; |
| 281 const char kChromeUIAppLaunchHost[] = "app-launch"; | 282 const char kChromeUIAppLaunchHost[] = "app-launch"; |
| 282 const char kChromeUIBluetoothPairingHost[] = "bluetooth-pairing"; | 283 const char kChromeUIBluetoothPairingHost[] = "bluetooth-pairing"; |
| 283 const char kChromeUICertificateManagerHost[] = "certificate-manager"; | 284 const char kChromeUICertificateManagerHost[] = "certificate-manager"; |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 kChromeUIHelpHost, | 657 kChromeUIHelpHost, |
| 657 kChromeUIInspectHost, | 658 kChromeUIInspectHost, |
| 658 kChromeUIPluginsHost, | 659 kChromeUIPluginsHost, |
| 659 kChromeUIQuotaInternalsHost, | 660 kChromeUIQuotaInternalsHost, |
| 660 kChromeUISettingsHost, | 661 kChromeUISettingsHost, |
| 661 kChromeUISystemInfoHost, | 662 kChromeUISystemInfoHost, |
| 662 kChromeUIUberHost, | 663 kChromeUIUberHost, |
| 663 #endif | 664 #endif |
| 664 #if defined(OS_ANDROID) | 665 #if defined(OS_ANDROID) |
| 665 kChromeUINetExportHost, | 666 kChromeUINetExportHost, |
| 667 kChromeUIOfflineInternalsHost, |
| 666 kChromeUIPopularSitesInternalsHost, | 668 kChromeUIPopularSitesInternalsHost, |
| 667 kChromeUISnippetsInternalsHost, | 669 kChromeUISnippetsInternalsHost, |
| 668 #else // non-mobile | 670 #else // non-mobile |
| 669 kChromeUICopresenceHost, | 671 kChromeUICopresenceHost, |
| 670 #endif | 672 #endif |
| 671 #if defined(OS_CHROMEOS) | 673 #if defined(OS_CHROMEOS) |
| 672 kChromeUICertificateManagerHost, | 674 kChromeUICertificateManagerHost, |
| 673 kChromeUIChooseMobileNetworkHost, | 675 kChromeUIChooseMobileNetworkHost, |
| 674 kChromeUICryptohomeHost, | 676 kChromeUICryptohomeHost, |
| 675 kChromeUIDriveInternalsHost, | 677 kChromeUIDriveInternalsHost, |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 774 "https://chrome.blogspot.com/2015/11/updates-to-chrome-platform-support.html
"; | 776 "https://chrome.blogspot.com/2015/11/updates-to-chrome-platform-support.html
"; |
| 775 #endif | 777 #endif |
| 776 | 778 |
| 777 const char kChooserBluetoothOverviewURL[] = | 779 const char kChooserBluetoothOverviewURL[] = |
| 778 "https://support.google.com/chrome?p=bluetooth"; | 780 "https://support.google.com/chrome?p=bluetooth"; |
| 779 | 781 |
| 780 const char kChooserUsbOverviewURL[] = | 782 const char kChooserUsbOverviewURL[] = |
| 781 "https://support.google.com/chrome?p=webusb"; | 783 "https://support.google.com/chrome?p=webusb"; |
| 782 | 784 |
| 783 } // namespace chrome | 785 } // namespace chrome |
| OLD | NEW |