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

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

Issue 780203002: Fix threading bugs in product label UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: File path and ImageSource changes Created 6 years 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 <string> 10 #include <string>
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 extern const char kChromeUINetworkMenu[]; 291 extern const char kChromeUINetworkMenu[];
292 extern const char kChromeUIWrenchMenu[]; 292 extern const char kChromeUIWrenchMenu[];
293 293
294 extern const char kEULAPathFormat[]; 294 extern const char kEULAPathFormat[];
295 extern const char kOemEulaURLPath[]; 295 extern const char kOemEulaURLPath[];
296 extern const char kOnlineEulaURLPath[]; 296 extern const char kOnlineEulaURLPath[];
297 297
298 extern const char kChromeOSCreditsPath[]; 298 extern const char kChromeOSCreditsPath[];
299 299
300 extern const char kChromeOSAssetHost[]; 300 extern const char kChromeOSAssetHost[];
301 extern const char kChromeOSAssetPath[];
302 #endif 301 #endif
303 302
304 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) 303 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
305 extern const char kChromeUITabModalConfirmDialogHost[]; 304 extern const char kChromeUITabModalConfirmDialogHost[];
306 #endif 305 #endif
307 306
308 #if defined(ENABLE_WEBRTC) 307 #if defined(ENABLE_WEBRTC)
309 extern const char kChromeUIWebRtcLogsHost[]; 308 extern const char kChromeUIWebRtcLogsHost[];
310 #endif 309 #endif
311 310
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 // The URL for the 32-bit Mac deprecation help center article 543 // The URL for the 32-bit Mac deprecation help center article
545 extern const char kMac32BitDeprecationURL[]; 544 extern const char kMac32BitDeprecationURL[];
546 #endif 545 #endif
547 546
548 // The URL for the "Learn more" link the the Easy Unlock settings. 547 // The URL for the "Learn more" link the the Easy Unlock settings.
549 extern const char kEasyUnlockLearnMoreUrl[]; 548 extern const char kEasyUnlockLearnMoreUrl[];
550 549
551 } // namespace chrome 550 } // namespace chrome
552 551
553 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 552 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698