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