| 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 <string> | 10 #include <string> |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 extern const char kChromeUIChromeSigninURL[]; | 26 extern const char kChromeUIChromeSigninURL[]; |
| 27 extern const char kChromeUIChromeURLsURL[]; | 27 extern const char kChromeUIChromeURLsURL[]; |
| 28 extern const char kChromeUICloudPrintResourcesURL[]; | 28 extern const char kChromeUICloudPrintResourcesURL[]; |
| 29 extern const char kChromeUIComponentsURL[]; | 29 extern const char kChromeUIComponentsURL[]; |
| 30 extern const char kChromeUIConflictsURL[]; | 30 extern const char kChromeUIConflictsURL[]; |
| 31 extern const char kChromeUIConstrainedHTMLTestURL[]; | 31 extern const char kChromeUIConstrainedHTMLTestURL[]; |
| 32 extern const char kChromeUIContextualSearchPromoURL[]; | 32 extern const char kChromeUIContextualSearchPromoURL[]; |
| 33 extern const char kChromeUICrashesURL[]; | 33 extern const char kChromeUICrashesURL[]; |
| 34 extern const char kChromeUICreditsURL[]; | 34 extern const char kChromeUICreditsURL[]; |
| 35 extern const char kChromeUIDevicesURL[]; | 35 extern const char kChromeUIDevicesURL[]; |
| 36 extern const char kChromeUIDevToolsBridgeClientURL[]; |
| 36 extern const char kChromeUIDevToolsURL[]; | 37 extern const char kChromeUIDevToolsURL[]; |
| 37 extern const char kChromeUIDomainReliabilityInternalsURL[]; | 38 extern const char kChromeUIDomainReliabilityInternalsURL[]; |
| 38 extern const char kChromeUIDownloadsURL[]; | 39 extern const char kChromeUIDownloadsURL[]; |
| 39 extern const char kChromeUIEditSearchEngineDialogURL[]; | 40 extern const char kChromeUIEditSearchEngineDialogURL[]; |
| 40 extern const char kChromeUIExtensionIconURL[]; | 41 extern const char kChromeUIExtensionIconURL[]; |
| 41 extern const char kChromeUIExtensionInfoURL[]; | 42 extern const char kChromeUIExtensionInfoURL[]; |
| 42 extern const char kChromeUIExtensionsFrameURL[]; | 43 extern const char kChromeUIExtensionsFrameURL[]; |
| 43 extern const char kChromeUIExtensionsURL[]; | 44 extern const char kChromeUIExtensionsURL[]; |
| 44 extern const char kChromeUIFaviconURL[]; | 45 extern const char kChromeUIFaviconURL[]; |
| 45 extern const char kChromeUIFeedbackURL[]; | 46 extern const char kChromeUIFeedbackURL[]; |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 extern const char kChromeUICloudPrintResourcesHost[]; | 153 extern const char kChromeUICloudPrintResourcesHost[]; |
| 153 extern const char kChromeUICloudPrintSetupHost[]; | 154 extern const char kChromeUICloudPrintSetupHost[]; |
| 154 extern const char kChromeUIConflictsHost[]; | 155 extern const char kChromeUIConflictsHost[]; |
| 155 extern const char kChromeUIConstrainedHTMLTestHost[]; | 156 extern const char kChromeUIConstrainedHTMLTestHost[]; |
| 156 extern const char kChromeUIContextualSearchPromoHost[]; | 157 extern const char kChromeUIContextualSearchPromoHost[]; |
| 157 extern const char kChromeUICrashesHost[]; | 158 extern const char kChromeUICrashesHost[]; |
| 158 extern const char kChromeUICrashHost[]; | 159 extern const char kChromeUICrashHost[]; |
| 159 extern const char kChromeUICreditsHost[]; | 160 extern const char kChromeUICreditsHost[]; |
| 160 extern const char kChromeUIDefaultHost[]; | 161 extern const char kChromeUIDefaultHost[]; |
| 161 extern const char kChromeUIDevicesHost[]; | 162 extern const char kChromeUIDevicesHost[]; |
| 163 extern const char kChromeUIDevToolsBridgeClientHost[]; |
| 162 extern const char kChromeUIDevToolsHost[]; | 164 extern const char kChromeUIDevToolsHost[]; |
| 163 extern const char kChromeUIDevToolsBundledPath[]; | 165 extern const char kChromeUIDevToolsBundledPath[]; |
| 164 extern const char kChromeUIDevToolsRemotePath[]; | 166 extern const char kChromeUIDevToolsRemotePath[]; |
| 165 extern const char kChromeUIDNSHost[]; | 167 extern const char kChromeUIDNSHost[]; |
| 166 extern const char kChromeUIDomainReliabilityInternalsHost[]; | 168 extern const char kChromeUIDomainReliabilityInternalsHost[]; |
| 167 extern const char kChromeUIDownloadsHost[]; | 169 extern const char kChromeUIDownloadsHost[]; |
| 168 extern const char kChromeUIDriveInternalsHost[]; | 170 extern const char kChromeUIDriveInternalsHost[]; |
| 169 extern const char kChromeUIEditSearchEngineDialogHost[]; | 171 extern const char kChromeUIEditSearchEngineDialogHost[]; |
| 170 extern const char kChromeUIExtensionIconHost[]; | 172 extern const char kChromeUIExtensionIconHost[]; |
| 171 extern const char kChromeUIExtensionInfoHost[]; | 173 extern const char kChromeUIExtensionInfoHost[]; |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 // The URL for the 32-bit Mac deprecation help center article | 544 // The URL for the 32-bit Mac deprecation help center article |
| 543 extern const char kMac32BitDeprecationURL[]; | 545 extern const char kMac32BitDeprecationURL[]; |
| 544 #endif | 546 #endif |
| 545 | 547 |
| 546 // The URL for the "Learn more" link the the Easy Unlock settings. | 548 // The URL for the "Learn more" link the the Easy Unlock settings. |
| 547 extern const char kEasyUnlockLearnMoreUrl[]; | 549 extern const char kEasyUnlockLearnMoreUrl[]; |
| 548 | 550 |
| 549 } // namespace chrome | 551 } // namespace chrome |
| 550 | 552 |
| 551 #endif // CHROME_COMMON_URL_CONSTANTS_H_ | 553 #endif // CHROME_COMMON_URL_CONSTANTS_H_ |
| OLD | NEW |