| 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[]; |
| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 extern const char kChromeUIDevToolsBundledPath[]; | 171 extern const char kChromeUIDevToolsBundledPath[]; |
| 171 extern const char kChromeUIDevToolsRemotePath[]; | 172 extern const char kChromeUIDevToolsRemotePath[]; |
| 172 extern const char kChromeUIDNSHost[]; | 173 extern const char kChromeUIDNSHost[]; |
| 173 extern const char kChromeUIDomainReliabilityInternalsHost[]; | 174 extern const char kChromeUIDomainReliabilityInternalsHost[]; |
| 174 extern const char kChromeUIDownloadsHost[]; | 175 extern const char kChromeUIDownloadsHost[]; |
| 175 extern const char kChromeUIDriveInternalsHost[]; | 176 extern const char kChromeUIDriveInternalsHost[]; |
| 176 extern const char kChromeUIEditSearchEngineDialogHost[]; | 177 extern const char kChromeUIEditSearchEngineDialogHost[]; |
| 177 extern const char kChromeUIExtensionIconHost[]; | 178 extern const char kChromeUIExtensionIconHost[]; |
| 178 extern const char kChromeUIExtensionsFrameHost[]; | 179 extern const char kChromeUIExtensionsFrameHost[]; |
| 179 extern const char kChromeUIExtensionsHost[]; | 180 extern const char kChromeUIExtensionsHost[]; |
| 181 extern const char kChromeUIFallbackIconHost[]; |
| 180 extern const char kChromeUIFaviconHost[]; | 182 extern const char kChromeUIFaviconHost[]; |
| 181 extern const char kChromeUIFeedbackHost[]; | 183 extern const char kChromeUIFeedbackHost[]; |
| 182 extern const char kChromeUIFlagsHost[]; | 184 extern const char kChromeUIFlagsHost[]; |
| 183 extern const char kChromeUIFlashHost[]; | 185 extern const char kChromeUIFlashHost[]; |
| 184 extern const char kChromeUIGCMInternalsHost[]; | 186 extern const char kChromeUIGCMInternalsHost[]; |
| 185 extern const char kChromeUIHelpFrameHost[]; | 187 extern const char kChromeUIHelpFrameHost[]; |
| 186 extern const char kChromeUIHelpHost[]; | 188 extern const char kChromeUIHelpHost[]; |
| 187 extern const char kChromeUIHangHost[]; | 189 extern const char kChromeUIHangHost[]; |
| 188 extern const char kChromeUIHistoryHost[]; | 190 extern const char kChromeUIHistoryHost[]; |
| 189 extern const char kChromeUIHistoryFrameHost[]; | 191 extern const char kChromeUIHistoryFrameHost[]; |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 550 // The URL for the 32-bit Mac deprecation help center article | 552 // The URL for the 32-bit Mac deprecation help center article |
| 551 extern const char kMac32BitDeprecationURL[]; | 553 extern const char kMac32BitDeprecationURL[]; |
| 552 #endif | 554 #endif |
| 553 | 555 |
| 554 // The URL for the "Learn more" link the the Easy Unlock settings. | 556 // The URL for the "Learn more" link the the Easy Unlock settings. |
| 555 extern const char kEasyUnlockLearnMoreUrl[]; | 557 extern const char kEasyUnlockLearnMoreUrl[]; |
| 556 | 558 |
| 557 } // namespace chrome | 559 } // namespace chrome |
| 558 | 560 |
| 559 #endif // CHROME_COMMON_URL_CONSTANTS_H_ | 561 #endif // CHROME_COMMON_URL_CONSTANTS_H_ |
| OLD | NEW |