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 "build/build_config.h" | 10 #include "build/build_config.h" |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 extern const char kChromeUIConflictsHost[]; | 126 extern const char kChromeUIConflictsHost[]; |
127 extern const char kChromeUIConstrainedHTMLTestHost[]; | 127 extern const char kChromeUIConstrainedHTMLTestHost[]; |
128 extern const char kChromeUICrashesHost[]; | 128 extern const char kChromeUICrashesHost[]; |
129 extern const char kChromeUICrashHost[]; | 129 extern const char kChromeUICrashHost[]; |
130 extern const char kChromeUICreditsHost[]; | 130 extern const char kChromeUICreditsHost[]; |
131 extern const char kChromeUIDefaultHost[]; | 131 extern const char kChromeUIDefaultHost[]; |
132 extern const char kChromeUIDevToolsHost[]; | 132 extern const char kChromeUIDevToolsHost[]; |
133 extern const char kChromeUIDialogHost[]; | 133 extern const char kChromeUIDialogHost[]; |
134 extern const char kChromeUIDNSHost[]; | 134 extern const char kChromeUIDNSHost[]; |
135 extern const char kChromeUIDownloadsHost[]; | 135 extern const char kChromeUIDownloadsHost[]; |
| 136 extern const char kChromeUIDriveInternalsHost[]; |
136 extern const char kChromeUIEditSearchEngineDialogHost[]; | 137 extern const char kChromeUIEditSearchEngineDialogHost[]; |
137 extern const char kChromeUIExtensionActivityHost[]; | 138 extern const char kChromeUIExtensionActivityHost[]; |
138 extern const char kChromeUIExtensionIconHost[]; | 139 extern const char kChromeUIExtensionIconHost[]; |
139 extern const char kChromeUIExtensionInfoHost[]; | 140 extern const char kChromeUIExtensionInfoHost[]; |
140 extern const char kChromeUIExtensionsFrameHost[]; | 141 extern const char kChromeUIExtensionsFrameHost[]; |
141 extern const char kChromeUIExtensionsHost[]; | 142 extern const char kChromeUIExtensionsHost[]; |
142 extern const char kChromeUIFaviconHost[]; | 143 extern const char kChromeUIFaviconHost[]; |
143 extern const char kChromeUIFeedbackHost[]; | 144 extern const char kChromeUIFeedbackHost[]; |
144 extern const char kChromeUIFlagsHost[]; | 145 extern const char kChromeUIFlagsHost[]; |
145 extern const char kChromeUIFlashHost[]; | 146 extern const char kChromeUIFlashHost[]; |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
392 #endif | 393 #endif |
393 | 394 |
394 #if defined(OS_CHROMEOS) | 395 #if defined(OS_CHROMEOS) |
395 // "Learn more" URL for the Cloud Print section under Options. | 396 // "Learn more" URL for the Cloud Print section under Options. |
396 extern const char kCloudPrintLearnMoreURL[]; | 397 extern const char kCloudPrintLearnMoreURL[]; |
397 #endif | 398 #endif |
398 | 399 |
399 } // namespace chrome | 400 } // namespace chrome |
400 | 401 |
401 #endif // CHROME_COMMON_URL_CONSTANTS_H_ | 402 #endif // CHROME_COMMON_URL_CONSTANTS_H_ |
OLD | NEW |