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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 extern const char kChromeUIExtensionsHost[]; | 141 extern const char kChromeUIExtensionsHost[]; |
142 extern const char kChromeUIFaviconHost[]; | 142 extern const char kChromeUIFaviconHost[]; |
143 extern const char kChromeUIFeedbackHost[]; | 143 extern const char kChromeUIFeedbackHost[]; |
144 extern const char kChromeUIFlagsHost[]; | 144 extern const char kChromeUIFlagsHost[]; |
145 extern const char kChromeUIFlashHost[]; | 145 extern const char kChromeUIFlashHost[]; |
146 extern const char kChromeUIHelpFrameHost[]; | 146 extern const char kChromeUIHelpFrameHost[]; |
147 extern const char kChromeUIHelpHost[]; | 147 extern const char kChromeUIHelpHost[]; |
148 extern const char kChromeUIGpuHost[]; | 148 extern const char kChromeUIGpuHost[]; |
149 extern const char kChromeUIGpuInternalsHost[]; | 149 extern const char kChromeUIGpuInternalsHost[]; |
150 extern const char kChromeUIHangHost[]; | 150 extern const char kChromeUIHangHost[]; |
151 extern const char kChromeUIHistogramsHost[]; | |
152 extern const char kChromeUIHistoryHost[]; | 151 extern const char kChromeUIHistoryHost[]; |
153 extern const char kChromeUIHistoryFrameHost[]; | 152 extern const char kChromeUIHistoryFrameHost[]; |
154 extern const char kChromeUIInputWindowDialogHost[]; | 153 extern const char kChromeUIInputWindowDialogHost[]; |
155 extern const char kChromeUIInspectHost[]; | 154 extern const char kChromeUIInspectHost[]; |
156 extern const char kChromeUIInstantHost[]; | 155 extern const char kChromeUIInstantHost[]; |
157 extern const char kChromeUIIPCHost[]; | 156 extern const char kChromeUIIPCHost[]; |
158 extern const char kChromeUIKeyboardHost[]; | 157 extern const char kChromeUIKeyboardHost[]; |
159 extern const char kChromeUIKillHost[]; | 158 extern const char kChromeUIKillHost[]; |
160 extern const char kChromeUIMediaInternalsHost[]; | 159 extern const char kChromeUIMediaInternalsHost[]; |
161 extern const char kChromeUIMemoryHost[]; | 160 extern const char kChromeUIMemoryHost[]; |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 #endif | 389 #endif |
391 | 390 |
392 #if defined(OS_CHROMEOS) | 391 #if defined(OS_CHROMEOS) |
393 // "Learn more" URL for the Cloud Print section under Options. | 392 // "Learn more" URL for the Cloud Print section under Options. |
394 extern const char kCloudPrintLearnMoreURL[]; | 393 extern const char kCloudPrintLearnMoreURL[]; |
395 #endif | 394 #endif |
396 | 395 |
397 } // namespace chrome | 396 } // namespace chrome |
398 | 397 |
399 #endif // CHROME_COMMON_URL_CONSTANTS_H_ | 398 #endif // CHROME_COMMON_URL_CONSTANTS_H_ |
OLD | NEW |