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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 extern const char kChromeUINetworkMenu[]; | 291 extern const char kChromeUINetworkMenu[]; |
292 extern const char kChromeUIWrenchMenu[]; | 292 extern const char kChromeUIWrenchMenu[]; |
293 | 293 |
294 extern const char kEULAPathFormat[]; | 294 extern const char kEULAPathFormat[]; |
295 extern const char kOemEulaURLPath[]; | 295 extern const char kOemEulaURLPath[]; |
296 extern const char kOnlineEulaURLPath[]; | 296 extern const char kOnlineEulaURLPath[]; |
297 | 297 |
298 extern const char kChromeOSCreditsPath[]; | 298 extern const char kChromeOSCreditsPath[]; |
299 | 299 |
300 extern const char kChromeOSAssetHost[]; | 300 extern const char kChromeOSAssetHost[]; |
301 extern const char kChromeOSAssetPath[]; | |
302 #endif | 301 #endif |
303 | 302 |
304 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) | 303 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) |
305 extern const char kChromeUITabModalConfirmDialogHost[]; | 304 extern const char kChromeUITabModalConfirmDialogHost[]; |
306 #endif | 305 #endif |
307 | 306 |
308 #if defined(ENABLE_WEBRTC) | 307 #if defined(ENABLE_WEBRTC) |
309 extern const char kChromeUIWebRtcLogsHost[]; | 308 extern const char kChromeUIWebRtcLogsHost[]; |
310 #endif | 309 #endif |
311 | 310 |
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 // The URL for the 32-bit Mac deprecation help center article | 543 // The URL for the 32-bit Mac deprecation help center article |
545 extern const char kMac32BitDeprecationURL[]; | 544 extern const char kMac32BitDeprecationURL[]; |
546 #endif | 545 #endif |
547 | 546 |
548 // The URL for the "Learn more" link the the Easy Unlock settings. | 547 // The URL for the "Learn more" link the the Easy Unlock settings. |
549 extern const char kEasyUnlockLearnMoreUrl[]; | 548 extern const char kEasyUnlockLearnMoreUrl[]; |
550 | 549 |
551 } // namespace chrome | 550 } // namespace chrome |
552 | 551 |
553 #endif // CHROME_COMMON_URL_CONSTANTS_H_ | 552 #endif // CHROME_COMMON_URL_CONSTANTS_H_ |
OLD | NEW |