| 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 <stddef.h> | 10 #include <stddef.h> |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 extern const char kChromeUIGCMInternalsURL[]; | 52 extern const char kChromeUIGCMInternalsURL[]; |
| 53 extern const char kChromeUIHelpFrameURL[]; | 53 extern const char kChromeUIHelpFrameURL[]; |
| 54 extern const char kChromeUIHelpURL[]; | 54 extern const char kChromeUIHelpURL[]; |
| 55 extern const char kChromeUIHistoryURL[]; | 55 extern const char kChromeUIHistoryURL[]; |
| 56 extern const char kDeprecatedChromeUIHistoryFrameURL[]; | 56 extern const char kDeprecatedChromeUIHistoryFrameURL[]; |
| 57 extern const char kChromeUIIdentityInternalsURL[]; | 57 extern const char kChromeUIIdentityInternalsURL[]; |
| 58 extern const char kChromeUIInspectURL[]; | 58 extern const char kChromeUIInspectURL[]; |
| 59 extern const char kChromeUIInstantURL[]; | 59 extern const char kChromeUIInstantURL[]; |
| 60 extern const char kChromeUIInterstitialURL[]; | 60 extern const char kChromeUIInterstitialURL[]; |
| 61 extern const char kChromeUIInvalidationsURL[]; | 61 extern const char kChromeUIInvalidationsURL[]; |
| 62 extern const char kChromeUILargeIconURL[]; | |
| 63 extern const char kChromeUIMdPolicyURL[]; | 62 extern const char kChromeUIMdPolicyURL[]; |
| 64 extern const char kChromeUINaClURL[]; | 63 extern const char kChromeUINaClURL[]; |
| 65 extern const char kChromeUINetInternalsURL[]; | 64 extern const char kChromeUINetInternalsURL[]; |
| 66 extern const char kChromeUINewProfileURL[]; | 65 extern const char kChromeUINewProfileURL[]; |
| 67 extern const char kChromeUINewTabURL[]; | 66 extern const char kChromeUINewTabURL[]; |
| 68 extern const char kChromeUINTPTilesInternalsURL[]; | 67 extern const char kChromeUINTPTilesInternalsURL[]; |
| 69 extern const char kChromeUIOmniboxURL[]; | 68 extern const char kChromeUIOmniboxURL[]; |
| 70 extern const char kChromeUIPasswordManagerInternalsHost[]; | 69 extern const char kChromeUIPasswordManagerInternalsHost[]; |
| 71 extern const char kChromeUIPolicyURL[]; | 70 extern const char kChromeUIPolicyURL[]; |
| 72 extern const char kChromeUIMdUserManagerUrl[]; | 71 extern const char kChromeUIMdUserManagerUrl[]; |
| (...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 extern const char kChooserUsbOverviewURL[]; | 624 extern const char kChooserUsbOverviewURL[]; |
| 626 | 625 |
| 627 #if defined(OS_CHROMEOS) | 626 #if defined(OS_CHROMEOS) |
| 628 // The URL for EOL notification | 627 // The URL for EOL notification |
| 629 extern const char kEolNotificationURL[]; | 628 extern const char kEolNotificationURL[]; |
| 630 #endif | 629 #endif |
| 631 | 630 |
| 632 } // namespace chrome | 631 } // namespace chrome |
| 633 | 632 |
| 634 #endif // CHROME_COMMON_URL_CONSTANTS_H_ | 633 #endif // CHROME_COMMON_URL_CONSTANTS_H_ |
| OLD | NEW |