Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Side by Side Diff: chrome/common/url_constants.h

Issue 8341052: share all the needed linux code with OpenBSD in chrome and content (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 extern const char kChromeUITouchIconHost[]; 169 extern const char kChromeUITouchIconHost[];
170 extern const char kChromeUITracingHost[]; 170 extern const char kChromeUITracingHost[];
171 extern const char kChromeUITrackingHost[]; 171 extern const char kChromeUITrackingHost[];
172 extern const char kChromeUITrackingHost2[]; 172 extern const char kChromeUITrackingHost2[];
173 extern const char kChromeUIVersionHost[]; 173 extern const char kChromeUIVersionHost[];
174 extern const char kChromeUIWorkersHost[]; 174 extern const char kChromeUIWorkersHost[];
175 175
176 extern const char kChromeUIScreenshotPath[]; 176 extern const char kChromeUIScreenshotPath[];
177 extern const char kChromeUIThemePath[]; 177 extern const char kChromeUIThemePath[];
178 178
179 #if defined(OS_LINUX) 179 #if defined(OS_LINUX) || defined(OS_OPENBSD)
180 extern const char kChromeUILinuxProxyConfigHost[]; 180 extern const char kChromeUILinuxProxyConfigHost[];
181 extern const char kChromeUISandboxHost[]; 181 extern const char kChromeUISandboxHost[];
182 #endif 182 #endif
183 183
184 #if defined(OS_CHROMEOS) 184 #if defined(OS_CHROMEOS)
185 extern const char kChromeUIActivationMessageHost[]; 185 extern const char kChromeUIActivationMessageHost[];
186 extern const char kChromeUIActiveDownloadsHost[]; 186 extern const char kChromeUIActiveDownloadsHost[];
187 extern const char kChromeUIChooseMobileNetworkHost[]; 187 extern const char kChromeUIChooseMobileNetworkHost[];
188 extern const char kChromeUICryptohomeHost[]; 188 extern const char kChromeUICryptohomeHost[];
189 extern const char kChromeUIDiscardsHost[]; 189 extern const char kChromeUIDiscardsHost[];
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 void RegisterChromeSchemes(); 300 void RegisterChromeSchemes();
301 301
302 #if defined(OS_CHROMEOS) 302 #if defined(OS_CHROMEOS)
303 // "Learn more" URL for the Cloud Print section under Options. 303 // "Learn more" URL for the Cloud Print section under Options.
304 extern const char kCloudPrintLearnMoreURL[]; 304 extern const char kCloudPrintLearnMoreURL[];
305 #endif 305 #endif
306 306
307 } // namespace chrome 307 } // namespace chrome
308 308
309 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 309 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698