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 16 matching lines...) Expand all Loading... |
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 kChromeUIDevToolsURL[]; | 36 extern const char kChromeUIDevToolsURL[]; |
| 37 extern const char kChromeUIDomainReliabilityInternalsURL[]; |
37 extern const char kChromeUIDownloadsURL[]; | 38 extern const char kChromeUIDownloadsURL[]; |
38 extern const char kChromeUIEditSearchEngineDialogURL[]; | 39 extern const char kChromeUIEditSearchEngineDialogURL[]; |
39 extern const char kChromeUIExtensionIconURL[]; | 40 extern const char kChromeUIExtensionIconURL[]; |
40 extern const char kChromeUIExtensionInfoURL[]; | 41 extern const char kChromeUIExtensionInfoURL[]; |
41 extern const char kChromeUIExtensionsFrameURL[]; | 42 extern const char kChromeUIExtensionsFrameURL[]; |
42 extern const char kChromeUIExtensionsURL[]; | 43 extern const char kChromeUIExtensionsURL[]; |
43 extern const char kChromeUIFaviconURL[]; | 44 extern const char kChromeUIFaviconURL[]; |
44 extern const char kChromeUIFeedbackURL[]; | 45 extern const char kChromeUIFeedbackURL[]; |
45 extern const char kChromeUIFlagsURL[]; | 46 extern const char kChromeUIFlagsURL[]; |
46 extern const char kChromeUIFlashURL[]; | 47 extern const char kChromeUIFlashURL[]; |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 extern const char kChromeUIContextualSearchPromoHost[]; | 158 extern const char kChromeUIContextualSearchPromoHost[]; |
158 extern const char kChromeUICrashesHost[]; | 159 extern const char kChromeUICrashesHost[]; |
159 extern const char kChromeUICrashHost[]; | 160 extern const char kChromeUICrashHost[]; |
160 extern const char kChromeUICreditsHost[]; | 161 extern const char kChromeUICreditsHost[]; |
161 extern const char kChromeUIDefaultHost[]; | 162 extern const char kChromeUIDefaultHost[]; |
162 extern const char kChromeUIDevicesHost[]; | 163 extern const char kChromeUIDevicesHost[]; |
163 extern const char kChromeUIDevToolsHost[]; | 164 extern const char kChromeUIDevToolsHost[]; |
164 extern const char kChromeUIDevToolsBundledPath[]; | 165 extern const char kChromeUIDevToolsBundledPath[]; |
165 extern const char kChromeUIDevToolsRemotePath[]; | 166 extern const char kChromeUIDevToolsRemotePath[]; |
166 extern const char kChromeUIDNSHost[]; | 167 extern const char kChromeUIDNSHost[]; |
| 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[]; |
172 extern const char kChromeUIExtensionsFrameHost[]; | 174 extern const char kChromeUIExtensionsFrameHost[]; |
173 extern const char kChromeUIExtensionsHost[]; | 175 extern const char kChromeUIExtensionsHost[]; |
174 extern const char kChromeUIFaviconHost[]; | 176 extern const char kChromeUIFaviconHost[]; |
175 extern const char kChromeUIFeedbackHost[]; | 177 extern const char kChromeUIFeedbackHost[]; |
176 extern const char kChromeUIFlagsHost[]; | 178 extern const char kChromeUIFlagsHost[]; |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 | 545 |
544 // The URL for the "Learn more" link the the Easy Unlock settings. | 546 // The URL for the "Learn more" link the the Easy Unlock settings. |
545 extern const char kEasyUnlockLearnMoreUrl[]; | 547 extern const char kEasyUnlockLearnMoreUrl[]; |
546 | 548 |
547 // The URL to the device management page in the Easy Unlock settings. | 549 // The URL to the device management page in the Easy Unlock settings. |
548 extern const char kEasyUnlockManagementUrl[]; | 550 extern const char kEasyUnlockManagementUrl[]; |
549 | 551 |
550 } // namespace chrome | 552 } // namespace chrome |
551 | 553 |
552 #endif // CHROME_COMMON_URL_CONSTANTS_H_ | 554 #endif // CHROME_COMMON_URL_CONSTANTS_H_ |
OLD | NEW |