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 kChromeUICrashesURL[]; | 32 extern const char kChromeUICrashesURL[]; |
33 extern const char kChromeUICreditsURL[]; | 33 extern const char kChromeUICreditsURL[]; |
34 extern const char kChromeUIDevicesURL[]; | 34 extern const char kChromeUIDevicesURL[]; |
35 extern const char kChromeUIDevToolsURL[]; | 35 extern const char kChromeUIDevToolsURL[]; |
| 36 extern const char kChromeUIDomainReliabilityInternalsURL[]; |
36 extern const char kChromeUIDownloadsURL[]; | 37 extern const char kChromeUIDownloadsURL[]; |
37 extern const char kChromeUIEditSearchEngineDialogURL[]; | 38 extern const char kChromeUIEditSearchEngineDialogURL[]; |
38 extern const char kChromeUIExtensionIconURL[]; | 39 extern const char kChromeUIExtensionIconURL[]; |
39 extern const char kChromeUIExtensionInfoURL[]; | 40 extern const char kChromeUIExtensionInfoURL[]; |
40 extern const char kChromeUIExtensionsFrameURL[]; | 41 extern const char kChromeUIExtensionsFrameURL[]; |
41 extern const char kChromeUIExtensionsURL[]; | 42 extern const char kChromeUIExtensionsURL[]; |
42 extern const char kChromeUIFaviconURL[]; | 43 extern const char kChromeUIFaviconURL[]; |
43 extern const char kChromeUIFeedbackURL[]; | 44 extern const char kChromeUIFeedbackURL[]; |
44 extern const char kChromeUIFlagsURL[]; | 45 extern const char kChromeUIFlagsURL[]; |
45 extern const char kChromeUIFlashURL[]; | 46 extern const char kChromeUIFlashURL[]; |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 extern const char kChromeUIConstrainedHTMLTestHost[]; | 155 extern const char kChromeUIConstrainedHTMLTestHost[]; |
155 extern const char kChromeUICrashesHost[]; | 156 extern const char kChromeUICrashesHost[]; |
156 extern const char kChromeUICrashHost[]; | 157 extern const char kChromeUICrashHost[]; |
157 extern const char kChromeUICreditsHost[]; | 158 extern const char kChromeUICreditsHost[]; |
158 extern const char kChromeUIDefaultHost[]; | 159 extern const char kChromeUIDefaultHost[]; |
159 extern const char kChromeUIDevicesHost[]; | 160 extern const char kChromeUIDevicesHost[]; |
160 extern const char kChromeUIDevToolsHost[]; | 161 extern const char kChromeUIDevToolsHost[]; |
161 extern const char kChromeUIDevToolsBundledPath[]; | 162 extern const char kChromeUIDevToolsBundledPath[]; |
162 extern const char kChromeUIDevToolsRemotePath[]; | 163 extern const char kChromeUIDevToolsRemotePath[]; |
163 extern const char kChromeUIDNSHost[]; | 164 extern const char kChromeUIDNSHost[]; |
| 165 extern const char kChromeUIDomainReliabilityInternalsHost[]; |
164 extern const char kChromeUIDownloadsHost[]; | 166 extern const char kChromeUIDownloadsHost[]; |
165 extern const char kChromeUIDriveInternalsHost[]; | 167 extern const char kChromeUIDriveInternalsHost[]; |
166 extern const char kChromeUIEditSearchEngineDialogHost[]; | 168 extern const char kChromeUIEditSearchEngineDialogHost[]; |
167 extern const char kChromeUIExtensionIconHost[]; | 169 extern const char kChromeUIExtensionIconHost[]; |
168 extern const char kChromeUIExtensionInfoHost[]; | 170 extern const char kChromeUIExtensionInfoHost[]; |
169 extern const char kChromeUIExtensionsFrameHost[]; | 171 extern const char kChromeUIExtensionsFrameHost[]; |
170 extern const char kChromeUIExtensionsHost[]; | 172 extern const char kChromeUIExtensionsHost[]; |
171 extern const char kChromeUIFaviconHost[]; | 173 extern const char kChromeUIFaviconHost[]; |
172 extern const char kChromeUIFeedbackHost[]; | 174 extern const char kChromeUIFeedbackHost[]; |
173 extern const char kChromeUIFlagsHost[]; | 175 extern const char kChromeUIFlagsHost[]; |
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 | 541 |
540 // The URL for the "Learn more" link the the Easy Unlock settings. | 542 // The URL for the "Learn more" link the the Easy Unlock settings. |
541 extern const char kEasyUnlockLearnMoreUrl[]; | 543 extern const char kEasyUnlockLearnMoreUrl[]; |
542 | 544 |
543 // The URL to the device management page in the Easy Unlock settings. | 545 // The URL to the device management page in the Easy Unlock settings. |
544 extern const char kEasyUnlockManagementUrl[]; | 546 extern const char kEasyUnlockManagementUrl[]; |
545 | 547 |
546 } // namespace chrome | 548 } // namespace chrome |
547 | 549 |
548 #endif // CHROME_COMMON_URL_CONSTANTS_H_ | 550 #endif // CHROME_COMMON_URL_CONSTANTS_H_ |
OLD | NEW |