| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 const char kChromeUIMetroFlowURL[] = "chrome://make-metro/"; | 130 const char kChromeUIMetroFlowURL[] = "chrome://make-metro/"; |
| 131 #endif | 131 #endif |
| 132 | 132 |
| 133 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) | 133 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) |
| 134 const char kChromeUITabModalConfirmDialogURL[] = | 134 const char kChromeUITabModalConfirmDialogURL[] = |
| 135 "chrome://tab-modal-confirm-dialog/"; | 135 "chrome://tab-modal-confirm-dialog/"; |
| 136 #endif | 136 #endif |
| 137 | 137 |
| 138 #if !defined(OS_ANDROID) | 138 #if !defined(OS_ANDROID) |
| 139 const char kChromeUICopresenceURL[] = "chrome://copresence/"; | 139 const char kChromeUICopresenceURL[] = "chrome://copresence/"; |
| 140 const char kChromeUIOfflineInternalsURL[] = "chrome://offline-internals"; |
| 140 #endif | 141 #endif |
| 141 | 142 |
| 142 #if defined(ENABLE_WEBRTC) | 143 #if defined(ENABLE_WEBRTC) |
| 143 const char kChromeUIWebRtcLogsURL[] = "chrome://webrtc-logs/"; | 144 const char kChromeUIWebRtcLogsURL[] = "chrome://webrtc-logs/"; |
| 144 #endif | 145 #endif |
| 145 | 146 |
| 146 #if defined(ENABLE_MEDIA_ROUTER) | 147 #if defined(ENABLE_MEDIA_ROUTER) |
| 147 const char kChromeUIMediaRouterURL[] = "chrome://media-router/"; | 148 const char kChromeUIMediaRouterURL[] = "chrome://media-router/"; |
| 148 #endif | 149 #endif |
| 149 | 150 |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 const char kChromeUIPrintHost[] = "print"; | 260 const char kChromeUIPrintHost[] = "print"; |
| 260 #endif // ENABLE_PRINT_PREVIEW | 261 #endif // ENABLE_PRINT_PREVIEW |
| 261 | 262 |
| 262 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) | 263 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) |
| 263 const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config"; | 264 const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config"; |
| 264 const char kChromeUISandboxHost[] = "sandbox"; | 265 const char kChromeUISandboxHost[] = "sandbox"; |
| 265 #endif | 266 #endif |
| 266 | 267 |
| 267 #if defined(OS_ANDROID) | 268 #if defined(OS_ANDROID) |
| 268 const char kChromeUIContextualSearchPromoHost[] = "contextual-search-promo"; | 269 const char kChromeUIContextualSearchPromoHost[] = "contextual-search-promo"; |
| 270 const char kChromeUIOfflineInternalsHost[] = "offline-internals"; |
| 269 const char kChromeUIPhysicalWebHost[] = "physical-web"; | 271 const char kChromeUIPhysicalWebHost[] = "physical-web"; |
| 270 const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals"; | 272 const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals"; |
| 271 const char kChromeUISnippetsInternalsHost[] = "snippets-internals"; | 273 const char kChromeUISnippetsInternalsHost[] = "snippets-internals"; |
| 272 #endif | 274 #endif |
| 273 | 275 |
| 274 #if defined(OS_CHROMEOS) | 276 #if defined(OS_CHROMEOS) |
| 275 const char kChromeUIActivationMessageHost[] = "activationmessage"; | 277 const char kChromeUIActivationMessageHost[] = "activationmessage"; |
| 276 const char kChromeUIAppLaunchHost[] = "app-launch"; | 278 const char kChromeUIAppLaunchHost[] = "app-launch"; |
| 277 const char kChromeUIBluetoothPairingHost[] = "bluetooth-pairing"; | 279 const char kChromeUIBluetoothPairingHost[] = "bluetooth-pairing"; |
| 278 const char kChromeUICertificateManagerHost[] = "certificate-manager"; | 280 const char kChromeUICertificateManagerHost[] = "certificate-manager"; |
| (...skipping 487 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 |