| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 | 94 |
| 95 #if defined(OS_ANDROID) | 95 #if defined(OS_ANDROID) |
| 96 extern const char kChromeUIContextualSearchPromoURL[]; | 96 extern const char kChromeUIContextualSearchPromoURL[]; |
| 97 extern const char kChromeUIJavaCrashURL[]; | 97 extern const char kChromeUIJavaCrashURL[]; |
| 98 extern const char kChromeUINativeScheme[]; | 98 extern const char kChromeUINativeScheme[]; |
| 99 extern const char kChromeUINativeNewTabURL[]; | 99 extern const char kChromeUINativeNewTabURL[]; |
| 100 extern const char kChromeUINativeBookmarksURL[]; | 100 extern const char kChromeUINativeBookmarksURL[]; |
| 101 extern const char kChromeUINativeHistoryURL[]; | 101 extern const char kChromeUINativeHistoryURL[]; |
| 102 extern const char kChromeUINativePhysicalWebDiagnosticsURL[]; | 102 extern const char kChromeUINativePhysicalWebDiagnosticsURL[]; |
| 103 extern const char kChromeUINativeRecentTabsURL[]; | 103 extern const char kChromeUINativeRecentTabsURL[]; |
| 104 extern const char kChromeUIWebApksURL[]; |
| 104 #endif // defined(OS_ANDROID) | 105 #endif // defined(OS_ANDROID) |
| 105 | 106 |
| 106 #if defined(OS_CHROMEOS) | 107 #if defined(OS_CHROMEOS) |
| 107 extern const char kChromeUIBluetoothPairingURL[]; | 108 extern const char kChromeUIBluetoothPairingURL[]; |
| 108 extern const char kChromeUICertificateManagerDialogURL[]; | 109 extern const char kChromeUICertificateManagerDialogURL[]; |
| 109 extern const char kChromeUIChooseMobileNetworkURL[]; | 110 extern const char kChromeUIChooseMobileNetworkURL[]; |
| 110 extern const char kChromeUIDeviceEmulatorURL[]; | 111 extern const char kChromeUIDeviceEmulatorURL[]; |
| 111 extern const char kChromeUIFirstRunURL[]; | 112 extern const char kChromeUIFirstRunURL[]; |
| 112 extern const char kChromeUIKeyboardOverlayURL[]; | 113 extern const char kChromeUIKeyboardOverlayURL[]; |
| 113 extern const char kChromeUIMobileSetupURL[]; | 114 extern const char kChromeUIMobileSetupURL[]; |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 extern const char kChromeUILinuxProxyConfigHost[]; | 260 extern const char kChromeUILinuxProxyConfigHost[]; |
| 260 extern const char kChromeUISandboxHost[]; | 261 extern const char kChromeUISandboxHost[]; |
| 261 #endif | 262 #endif |
| 262 | 263 |
| 263 #if defined(OS_ANDROID) | 264 #if defined(OS_ANDROID) |
| 264 extern const char kChromeUIContextualSearchPromoHost[]; | 265 extern const char kChromeUIContextualSearchPromoHost[]; |
| 265 extern const char kChromeUIOfflineInternalsURL[]; | 266 extern const char kChromeUIOfflineInternalsURL[]; |
| 266 extern const char kChromeUIPhysicalWebDiagnosticsHost[]; | 267 extern const char kChromeUIPhysicalWebDiagnosticsHost[]; |
| 267 extern const char kChromeUIPopularSitesInternalsHost[]; | 268 extern const char kChromeUIPopularSitesInternalsHost[]; |
| 268 extern const char kChromeUISnippetsInternalsHost[]; | 269 extern const char kChromeUISnippetsInternalsHost[]; |
| 270 extern const char kChromeUIWebApksHost[]; |
| 269 #endif | 271 #endif |
| 270 | 272 |
| 271 #if defined(ENABLE_VR_SHELL) || defined(ENABLE_WEBVR) | 273 #if defined(ENABLE_VR_SHELL) || defined(ENABLE_WEBVR) |
| 272 extern const char kChromeUIVrShellUIHost[]; | 274 extern const char kChromeUIVrShellUIHost[]; |
| 273 #endif | 275 #endif |
| 274 | 276 |
| 275 #if defined(OS_CHROMEOS) | 277 #if defined(OS_CHROMEOS) |
| 276 extern const char kChromeUIActivationMessageHost[]; | 278 extern const char kChromeUIActivationMessageHost[]; |
| 277 extern const char kChromeUIAppLaunchHost[]; | 279 extern const char kChromeUIAppLaunchHost[]; |
| 278 extern const char kChromeUIBluetoothPairingHost[]; | 280 extern const char kChromeUIBluetoothPairingHost[]; |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 612 extern const char kChooserUsbOverviewURL[]; | 614 extern const char kChooserUsbOverviewURL[]; |
| 613 | 615 |
| 614 #if defined(OS_CHROMEOS) | 616 #if defined(OS_CHROMEOS) |
| 615 // The URL for EOL notification | 617 // The URL for EOL notification |
| 616 extern const char kEolNotificationURL[]; | 618 extern const char kEolNotificationURL[]; |
| 617 #endif | 619 #endif |
| 618 | 620 |
| 619 } // namespace chrome | 621 } // namespace chrome |
| 620 | 622 |
| 621 #endif // CHROME_COMMON_URL_CONSTANTS_H_ | 623 #endif // CHROME_COMMON_URL_CONSTANTS_H_ |
| OLD | NEW |