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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 extern const char kChromeUIImageBurnerHost[]; | 274 extern const char kChromeUIImageBurnerHost[]; |
275 extern const char kChromeUIKeyboardOverlayHost[]; | 275 extern const char kChromeUIKeyboardOverlayHost[]; |
276 extern const char kChromeUILockScreenHost[]; | 276 extern const char kChromeUILockScreenHost[]; |
277 extern const char kChromeUILoginContainerHost[]; | 277 extern const char kChromeUILoginContainerHost[]; |
278 extern const char kChromeUILoginHost[]; | 278 extern const char kChromeUILoginHost[]; |
279 extern const char kChromeUIMediaplayerHost[]; | 279 extern const char kChromeUIMediaplayerHost[]; |
280 extern const char kChromeUIMobileSetupHost[]; | 280 extern const char kChromeUIMobileSetupHost[]; |
281 extern const char kChromeUINetworkHost[]; | 281 extern const char kChromeUINetworkHost[]; |
282 extern const char kChromeUINfcDebugHost[]; | 282 extern const char kChromeUINfcDebugHost[]; |
283 extern const char kChromeUIOobeHost[]; | 283 extern const char kChromeUIOobeHost[]; |
| 284 extern const char kChromeUIOobeMdHost[]; |
284 extern const char kChromeUIOSCreditsHost[]; | 285 extern const char kChromeUIOSCreditsHost[]; |
285 extern const char kChromeUIPowerHost[]; | 286 extern const char kChromeUIPowerHost[]; |
286 extern const char kChromeUIProxySettingsHost[]; | 287 extern const char kChromeUIProxySettingsHost[]; |
287 extern const char kChromeUIRotateHost[]; | 288 extern const char kChromeUIRotateHost[]; |
288 extern const char kChromeUIScreenlockIconHost[]; | 289 extern const char kChromeUIScreenlockIconHost[]; |
289 extern const char kChromeUISetTimeHost[]; | 290 extern const char kChromeUISetTimeHost[]; |
290 extern const char kChromeUISimUnlockHost[]; | 291 extern const char kChromeUISimUnlockHost[]; |
291 extern const char kChromeUISlideshowHost[]; | 292 extern const char kChromeUISlideshowHost[]; |
292 extern const char kChromeUISlowHost[]; | 293 extern const char kChromeUISlowHost[]; |
293 extern const char kChromeUISlowTraceHost[]; | 294 extern const char kChromeUISlowTraceHost[]; |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 // The URL for the 32-bit Mac deprecation help center article | 551 // The URL for the 32-bit Mac deprecation help center article |
551 extern const char kMac32BitDeprecationURL[]; | 552 extern const char kMac32BitDeprecationURL[]; |
552 #endif | 553 #endif |
553 | 554 |
554 // The URL for the "Learn more" link the the Easy Unlock settings. | 555 // The URL for the "Learn more" link the the Easy Unlock settings. |
555 extern const char kEasyUnlockLearnMoreUrl[]; | 556 extern const char kEasyUnlockLearnMoreUrl[]; |
556 | 557 |
557 } // namespace chrome | 558 } // namespace chrome |
558 | 559 |
559 #endif // CHROME_COMMON_URL_CONSTANTS_H_ | 560 #endif // CHROME_COMMON_URL_CONSTANTS_H_ |
OLD | NEW |