Chromium Code Reviews| 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 // Contains constants for known URLs and portions thereof. | 5 // Contains constants for known URLs and portions thereof. |
| 6 | 6 |
| 7 #ifndef CHROME_COMMON_URL_CONSTANTS_H_ | 7 #ifndef CHROME_COMMON_URL_CONSTANTS_H_ |
| 8 #define CHROME_COMMON_URL_CONSTANTS_H_ | 8 #define CHROME_COMMON_URL_CONSTANTS_H_ |
| 9 | 9 |
| 10 #include <stddef.h> | 10 #include <stddef.h> |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 128 extern const char kChromeUICopresenceURL[]; | 128 extern const char kChromeUICopresenceURL[]; |
| 129 extern const char kChromeUICopresenceHost[]; | 129 extern const char kChromeUICopresenceHost[]; |
| 130 #endif | 130 #endif |
| 131 | 131 |
| 132 #if defined(ENABLE_WEBRTC) | 132 #if defined(ENABLE_WEBRTC) |
| 133 extern const char kChromeUIWebRtcLogsURL[]; | 133 extern const char kChromeUIWebRtcLogsURL[]; |
| 134 #endif | 134 #endif |
| 135 | 135 |
| 136 #if defined(ENABLE_MEDIA_ROUTER) | 136 #if defined(ENABLE_MEDIA_ROUTER) |
| 137 extern const char kChromeUIMediaRouterURL[]; | 137 extern const char kChromeUIMediaRouterURL[]; |
| 138 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS) | |
| 139 extern const char kChromeUICastURL[]; | |
| 138 #endif | 140 #endif |
| 141 #endif | |
| 142 | |
| 143 | |
|
apacible
2016/05/16 19:04:07
nit: Remove extra newlines.
sheretov
2016/05/17 01:59:26
Done.
| |
| 139 | 144 |
| 140 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS) | 145 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS) |
| 141 extern const char kChromeUIDiscardsHost[]; | 146 extern const char kChromeUIDiscardsHost[]; |
| 142 extern const char kChromeUIDiscardsURL[]; | 147 extern const char kChromeUIDiscardsURL[]; |
| 143 #endif | 148 #endif |
| 144 | 149 |
| 145 // chrome components of URLs. Should be kept in sync with the full URLs above. | 150 // chrome components of URLs. Should be kept in sync with the full URLs above. |
| 146 extern const char kChromeUIAboutHost[]; | 151 extern const char kChromeUIAboutHost[]; |
| 147 extern const char kChromeUIAboutPageFrameHost[]; | 152 extern const char kChromeUIAboutPageFrameHost[]; |
| 148 extern const char kChromeUIBlankHost[]; | 153 extern const char kChromeUIBlankHost[]; |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 299 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) | 304 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) |
| 300 extern const char kChromeUITabModalConfirmDialogHost[]; | 305 extern const char kChromeUITabModalConfirmDialogHost[]; |
| 301 #endif | 306 #endif |
| 302 | 307 |
| 303 #if defined(ENABLE_WEBRTC) | 308 #if defined(ENABLE_WEBRTC) |
| 304 extern const char kChromeUIWebRtcLogsHost[]; | 309 extern const char kChromeUIWebRtcLogsHost[]; |
| 305 #endif | 310 #endif |
| 306 | 311 |
| 307 #if defined(ENABLE_MEDIA_ROUTER) | 312 #if defined(ENABLE_MEDIA_ROUTER) |
| 308 extern const char kChromeUIMediaRouterHost[]; | 313 extern const char kChromeUIMediaRouterHost[]; |
| 314 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS) | |
| 315 extern const char kChromeUICastHost[]; | |
| 316 #endif | |
| 309 #endif | 317 #endif |
| 310 | 318 |
| 311 // Options sub-pages. | 319 // Options sub-pages. |
| 312 extern const char kAutofillSubPage[]; | 320 extern const char kAutofillSubPage[]; |
| 313 extern const char kClearBrowserDataSubPage[]; | 321 extern const char kClearBrowserDataSubPage[]; |
| 314 extern const char kContentSettingsExceptionsSubPage[]; | 322 extern const char kContentSettingsExceptionsSubPage[]; |
| 315 extern const char kContentSettingsSubPage[]; | 323 extern const char kContentSettingsSubPage[]; |
| 316 extern const char kCreateProfileSubPage[]; | 324 extern const char kCreateProfileSubPage[]; |
| 317 extern const char kExtensionsSubPage[]; | 325 extern const char kExtensionsSubPage[]; |
| 318 extern const char kHandlerSettingsSubPage[]; | 326 extern const char kHandlerSettingsSubPage[]; |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 578 // The URL for the Bluetooth Overview help center article in the Web Bluetooth | 586 // The URL for the Bluetooth Overview help center article in the Web Bluetooth |
| 579 // Chooser. | 587 // Chooser. |
| 580 extern const char kChooserBluetoothOverviewURL[]; | 588 extern const char kChooserBluetoothOverviewURL[]; |
| 581 | 589 |
| 582 // The URL for the WebUsb help center article. | 590 // The URL for the WebUsb help center article. |
| 583 extern const char kChooserUsbOverviewURL[]; | 591 extern const char kChooserUsbOverviewURL[]; |
| 584 | 592 |
| 585 } // namespace chrome | 593 } // namespace chrome |
| 586 | 594 |
| 587 #endif // CHROME_COMMON_URL_CONSTANTS_H_ | 595 #endif // CHROME_COMMON_URL_CONSTANTS_H_ |
| OLD | NEW |