OLD | NEW |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 #pragma once | 9 #pragma once |
10 | 10 |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 extern const char kChromeUIAboutOSCreditsURL[]; | 72 extern const char kChromeUIAboutOSCreditsURL[]; |
73 extern const char kChromeUIActivationMessage[]; | 73 extern const char kChromeUIActivationMessage[]; |
74 extern const char kChromeUIActiveDownloadsURL[]; | 74 extern const char kChromeUIActiveDownloadsURL[]; |
75 extern const char kChromeUIChooseMobileNetworkURL[]; | 75 extern const char kChromeUIChooseMobileNetworkURL[]; |
76 extern const char kChromeUICollectedCookiesURL[]; | 76 extern const char kChromeUICollectedCookiesURL[]; |
77 extern const char kChromeUIHttpAuthURL[]; | 77 extern const char kChromeUIHttpAuthURL[]; |
78 extern const char kChromeUIImageBurnerURL[]; | 78 extern const char kChromeUIImageBurnerURL[]; |
79 extern const char kChromeUIKeyboardOverlayURL[]; | 79 extern const char kChromeUIKeyboardOverlayURL[]; |
80 extern const char kChromeUIMediaplayerURL[]; | 80 extern const char kChromeUIMediaplayerURL[]; |
81 extern const char kChromeUIMobileSetupURL[]; | 81 extern const char kChromeUIMobileSetupURL[]; |
| 82 extern const char kChromeUIOobeURL[]; |
82 extern const char kChromeUIProxySettingsURL[]; | 83 extern const char kChromeUIProxySettingsURL[]; |
83 extern const char kChromeUIRegisterPageURL[]; | 84 extern const char kChromeUIRegisterPageURL[]; |
84 extern const char kChromeUISlideshowURL[]; | 85 extern const char kChromeUISlideshowURL[]; |
85 extern const char kChromeUISimUnlockURL[]; | 86 extern const char kChromeUISimUnlockURL[]; |
86 extern const char kChromeUISystemInfoURL[]; | 87 extern const char kChromeUISystemInfoURL[]; |
87 extern const char kChromeUIUserImageURL[]; | 88 extern const char kChromeUIUserImageURL[]; |
88 extern const char kChromeUIEnterpriseEnrollmentURL[]; | 89 extern const char kChromeUIEnterpriseEnrollmentURL[]; |
89 #endif | 90 #endif |
90 | 91 |
91 // chrome components of URLs. Should be kept in sync with the full URLs | 92 // chrome components of URLs. Should be kept in sync with the full URLs |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 #if defined(OS_CHROMEOS) | 124 #if defined(OS_CHROMEOS) |
124 extern const char kChromeUIActiveDownloadsHost[]; | 125 extern const char kChromeUIActiveDownloadsHost[]; |
125 extern const char kChromeUIActivationMessageHost[]; | 126 extern const char kChromeUIActivationMessageHost[]; |
126 extern const char kChromeUIChooseMobileNetworkHost[]; | 127 extern const char kChromeUIChooseMobileNetworkHost[]; |
127 extern const char kChromeUICollectedCookiesHost[]; | 128 extern const char kChromeUICollectedCookiesHost[]; |
128 extern const char kChromeUIHttpAuthHost[]; | 129 extern const char kChromeUIHttpAuthHost[]; |
129 extern const char kChromeUIImageBurnerHost[]; | 130 extern const char kChromeUIImageBurnerHost[]; |
130 extern const char kChromeUIKeyboardOverlayHost[]; | 131 extern const char kChromeUIKeyboardOverlayHost[]; |
131 extern const char kChromeUIMediaplayerHost[]; | 132 extern const char kChromeUIMediaplayerHost[]; |
132 extern const char kChromeUIMobileSetupHost[]; | 133 extern const char kChromeUIMobileSetupHost[]; |
| 134 extern const char kChromeUIOobeHost[]; |
133 extern const char kChromeUIProxySettingsHost[]; | 135 extern const char kChromeUIProxySettingsHost[]; |
134 extern const char kChromeUIRegisterPageHost[]; | 136 extern const char kChromeUIRegisterPageHost[]; |
135 extern const char kChromeUISlideshowHost[]; | 137 extern const char kChromeUISlideshowHost[]; |
136 extern const char kChromeUISimUnlockHost[]; | 138 extern const char kChromeUISimUnlockHost[]; |
137 extern const char kChromeUISystemInfoHost[]; | 139 extern const char kChromeUISystemInfoHost[]; |
138 extern const char kChromeUIMenu[]; | 140 extern const char kChromeUIMenu[]; |
139 extern const char kChromeUIWrenchMenu[]; | 141 extern const char kChromeUIWrenchMenu[]; |
140 extern const char kChromeUINetworkMenu[]; | 142 extern const char kChromeUINetworkMenu[]; |
141 extern const char kChromeUIUserImageHost[]; | 143 extern const char kChromeUIUserImageHost[]; |
142 extern const char kChromeUIEnterpriseEnrollmentHost[]; | 144 extern const char kChromeUIEnterpriseEnrollmentHost[]; |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 // The URL for the "Learn more" page for the blocked plugin infobar. | 220 // The URL for the "Learn more" page for the blocked plugin infobar. |
219 extern const char kBlockedPluginLearnMoreURL[]; | 221 extern const char kBlockedPluginLearnMoreURL[]; |
220 | 222 |
221 // Call near the beginning of startup to register Chrome's internal URLs that | 223 // Call near the beginning of startup to register Chrome's internal URLs that |
222 // should be parsed as "standard" with the googleurl library. | 224 // should be parsed as "standard" with the googleurl library. |
223 void RegisterChromeSchemes(); | 225 void RegisterChromeSchemes(); |
224 | 226 |
225 } // namespace chrome | 227 } // namespace chrome |
226 | 228 |
227 #endif // CHROME_COMMON_URL_CONSTANTS_H_ | 229 #endif // CHROME_COMMON_URL_CONSTANTS_H_ |
OLD | NEW |