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 22 matching lines...) Expand all Loading... | |
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 kChromeUIDomainReliabilityInternalsURL[]; |
38 extern const char kChromeUIDownloadsURL[]; | 38 extern const char kChromeUIDownloadsURL[]; |
39 extern const char kChromeUIEditSearchEngineDialogURL[]; | 39 extern const char kChromeUIEditSearchEngineDialogURL[]; |
40 extern const char kChromeUIExtensionIconURL[]; | 40 extern const char kChromeUIExtensionIconURL[]; |
41 extern const char kChromeUIExtensionsFrameURL[]; | 41 extern const char kChromeUIExtensionsFrameURL[]; |
42 extern const char kChromeUIExtensionsURL[]; | 42 extern const char kChromeUIExtensionsURL[]; |
43 extern const char kChromeUIFallbackIconURL[]; | |
pkotwicz
2015/01/23 16:00:48
This constant isn't used?
huangs
2015/01/23 19:47:52
Comment at line 18 says we should sync with compon
pkotwicz
2015/01/23 20:43:38
Sorry, I didn't see that comment
| |
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[]; |
47 extern const char kChromeUIGCMInternalsURL[]; | 48 extern const char kChromeUIGCMInternalsURL[]; |
48 extern const char kChromeUIHelpFrameURL[]; | 49 extern const char kChromeUIHelpFrameURL[]; |
49 extern const char kChromeUIHistoryURL[]; | 50 extern const char kChromeUIHistoryURL[]; |
50 extern const char kChromeUIHistoryFrameURL[]; | 51 extern const char kChromeUIHistoryFrameURL[]; |
51 extern const char kChromeUIIdentityInternalsURL[]; | 52 extern const char kChromeUIIdentityInternalsURL[]; |
52 extern const char kChromeUIInspectURL[]; | 53 extern const char kChromeUIInspectURL[]; |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
167 extern const char kChromeUIDevToolsBundledPath[]; | 168 extern const char kChromeUIDevToolsBundledPath[]; |
168 extern const char kChromeUIDevToolsRemotePath[]; | 169 extern const char kChromeUIDevToolsRemotePath[]; |
169 extern const char kChromeUIDNSHost[]; | 170 extern const char kChromeUIDNSHost[]; |
170 extern const char kChromeUIDomainReliabilityInternalsHost[]; | 171 extern const char kChromeUIDomainReliabilityInternalsHost[]; |
171 extern const char kChromeUIDownloadsHost[]; | 172 extern const char kChromeUIDownloadsHost[]; |
172 extern const char kChromeUIDriveInternalsHost[]; | 173 extern const char kChromeUIDriveInternalsHost[]; |
173 extern const char kChromeUIEditSearchEngineDialogHost[]; | 174 extern const char kChromeUIEditSearchEngineDialogHost[]; |
174 extern const char kChromeUIExtensionIconHost[]; | 175 extern const char kChromeUIExtensionIconHost[]; |
175 extern const char kChromeUIExtensionsFrameHost[]; | 176 extern const char kChromeUIExtensionsFrameHost[]; |
176 extern const char kChromeUIExtensionsHost[]; | 177 extern const char kChromeUIExtensionsHost[]; |
178 extern const char kChromeUIFallbackIconHost[]; | |
177 extern const char kChromeUIFaviconHost[]; | 179 extern const char kChromeUIFaviconHost[]; |
178 extern const char kChromeUIFeedbackHost[]; | 180 extern const char kChromeUIFeedbackHost[]; |
179 extern const char kChromeUIFlagsHost[]; | 181 extern const char kChromeUIFlagsHost[]; |
180 extern const char kChromeUIFlashHost[]; | 182 extern const char kChromeUIFlashHost[]; |
181 extern const char kChromeUIGCMInternalsHost[]; | 183 extern const char kChromeUIGCMInternalsHost[]; |
182 extern const char kChromeUIHelpFrameHost[]; | 184 extern const char kChromeUIHelpFrameHost[]; |
183 extern const char kChromeUIHelpHost[]; | 185 extern const char kChromeUIHelpHost[]; |
184 extern const char kChromeUIHangHost[]; | 186 extern const char kChromeUIHangHost[]; |
185 extern const char kChromeUIHistoryHost[]; | 187 extern const char kChromeUIHistoryHost[]; |
186 extern const char kChromeUIHistoryFrameHost[]; | 188 extern const char kChromeUIHistoryFrameHost[]; |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
548 // The URL for the 32-bit Mac deprecation help center article | 550 // The URL for the 32-bit Mac deprecation help center article |
549 extern const char kMac32BitDeprecationURL[]; | 551 extern const char kMac32BitDeprecationURL[]; |
550 #endif | 552 #endif |
551 | 553 |
552 // The URL for the "Learn more" link the the Easy Unlock settings. | 554 // The URL for the "Learn more" link the the Easy Unlock settings. |
553 extern const char kEasyUnlockLearnMoreUrl[]; | 555 extern const char kEasyUnlockLearnMoreUrl[]; |
554 | 556 |
555 } // namespace chrome | 557 } // namespace chrome |
556 | 558 |
557 #endif // CHROME_COMMON_URL_CONSTANTS_H_ | 559 #endif // CHROME_COMMON_URL_CONSTANTS_H_ |
OLD | NEW |