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

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

Issue 16206002: Add more support for FreeBSD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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) 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 "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 extern const char kChromeUIVersionHost[]; 205 extern const char kChromeUIVersionHost[];
206 extern const char kChromeUIWorkersHost[]; 206 extern const char kChromeUIWorkersHost[];
207 207
208 extern const char kChromeUIScreenshotPath[]; 208 extern const char kChromeUIScreenshotPath[];
209 extern const char kChromeUIThemePath[]; 209 extern const char kChromeUIThemePath[];
210 210
211 #if defined(OS_ANDROID) 211 #if defined(OS_ANDROID)
212 extern const char kChromeUIWelcomeHost[]; 212 extern const char kChromeUIWelcomeHost[];
213 #endif 213 #endif
214 214
215 #if defined(OS_LINUX) || defined(OS_OPENBSD) 215 #if defined(OS_LINUX) || defined(OS_BSD)
216 extern const char kChromeUILinuxProxyConfigHost[]; 216 extern const char kChromeUILinuxProxyConfigHost[];
217 extern const char kChromeUISandboxHost[]; 217 extern const char kChromeUISandboxHost[];
218 #endif 218 #endif
219 219
220 #if defined(OS_CHROMEOS) 220 #if defined(OS_CHROMEOS)
221 extern const char kChromeUIActivationMessageHost[]; 221 extern const char kChromeUIActivationMessageHost[];
222 extern const char kChromeUIAppLaunchHost[]; 222 extern const char kChromeUIAppLaunchHost[];
223 extern const char kChromeUIBluetoothPairingHost[]; 223 extern const char kChromeUIBluetoothPairingHost[];
224 extern const char kChromeUIChooseMobileNetworkHost[]; 224 extern const char kChromeUIChooseMobileNetworkHost[];
225 extern const char kChromeUICryptohomeHost[]; 225 extern const char kChromeUICryptohomeHost[];
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 // Parameters that get appended to force SafeSearch. 453 // Parameters that get appended to force SafeSearch.
454 extern const char kSafeSearchSafeParameter[]; 454 extern const char kSafeSearchSafeParameter[];
455 extern const char kSafeSearchSsuiParameter[]; 455 extern const char kSafeSearchSsuiParameter[];
456 456
457 // The URL for the "Learn more" link in the media access infobar. 457 // The URL for the "Learn more" link in the media access infobar.
458 extern const char kMediaAccessLearnMoreUrl[]; 458 extern const char kMediaAccessLearnMoreUrl[];
459 459
460 } // namespace chrome 460 } // namespace chrome
461 461
462 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 462 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698