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

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

Issue 1128543002: Blank UI for web component tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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 <string> 10 #include <string>
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 extern const char kChromeUISSLClientCertificateSelectorURL[]; 82 extern const char kChromeUISSLClientCertificateSelectorURL[];
83 extern const char kChromeUITermsURL[]; 83 extern const char kChromeUITermsURL[];
84 extern const char kChromeUIThemeURL[]; 84 extern const char kChromeUIThemeURL[];
85 extern const char kChromeUIThumbnailURL[]; 85 extern const char kChromeUIThumbnailURL[];
86 extern const char kChromeUIThumbnailListURL[]; 86 extern const char kChromeUIThumbnailListURL[];
87 extern const char kChromeUIUberURL[]; 87 extern const char kChromeUIUberURL[];
88 extern const char kChromeUIUberFrameURL[]; 88 extern const char kChromeUIUberFrameURL[];
89 extern const char kChromeUIUserActionsURL[]; 89 extern const char kChromeUIUserActionsURL[];
90 extern const char kChromeUIVersionURL[]; 90 extern const char kChromeUIVersionURL[];
91 extern const char kChromeUIVoiceSearchURL[]; 91 extern const char kChromeUIVoiceSearchURL[];
92 extern const char kChromeUIWebComponentTestURL[];
92 93
93 #if defined(OS_ANDROID) 94 #if defined(OS_ANDROID)
94 extern const char kChromeUINativeScheme[]; 95 extern const char kChromeUINativeScheme[];
95 extern const char kChromeUINativeNewTabURL[]; 96 extern const char kChromeUINativeNewTabURL[];
96 extern const char kChromeUINativeBookmarksURL[]; 97 extern const char kChromeUINativeBookmarksURL[];
97 extern const char kChromeUINativeRecentTabsURL[]; 98 extern const char kChromeUINativeRecentTabsURL[];
98 #endif 99 #endif
99 100
100 #if defined(OS_CHROMEOS) 101 #if defined(OS_CHROMEOS)
101 extern const char kChromeUIActivationMessage[]; 102 extern const char kChromeUIActivationMessage[];
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 extern const char kChromeUIThumbnailHost[]; 243 extern const char kChromeUIThumbnailHost[];
243 extern const char kChromeUIThumbnailHost2[]; 244 extern const char kChromeUIThumbnailHost2[];
244 extern const char kChromeUIThumbnailListHost[]; 245 extern const char kChromeUIThumbnailListHost[];
245 extern const char kChromeUITouchIconHost[]; 246 extern const char kChromeUITouchIconHost[];
246 extern const char kChromeUITranslateInternalsHost[]; 247 extern const char kChromeUITranslateInternalsHost[];
247 extern const char kChromeUIUberFrameHost[]; 248 extern const char kChromeUIUberFrameHost[];
248 extern const char kChromeUIUberHost[]; 249 extern const char kChromeUIUberHost[];
249 extern const char kChromeUIUserActionsHost[]; 250 extern const char kChromeUIUserActionsHost[];
250 extern const char kChromeUIVersionHost[]; 251 extern const char kChromeUIVersionHost[];
251 extern const char kChromeUIVoiceSearchHost[]; 252 extern const char kChromeUIVoiceSearchHost[];
253 extern const char kChromeUIWebComponentTestHost[];
252 extern const char kChromeUIWebRTCDeviceProviderHost[]; 254 extern const char kChromeUIWebRTCDeviceProviderHost[];
253 extern const char kChromeUIWorkersHost[]; 255 extern const char kChromeUIWorkersHost[];
254 256
255 extern const char kChromeUIScreenshotPath[]; 257 extern const char kChromeUIScreenshotPath[];
256 extern const char kChromeUIThemePath[]; 258 extern const char kChromeUIThemePath[];
257 259
258 #if defined(ENABLE_PRINT_PREVIEW) 260 #if defined(ENABLE_PRINT_PREVIEW)
259 extern const char kChromeUIPrintHost[]; 261 extern const char kChromeUIPrintHost[];
260 #endif // ENABLE_PRINT_PREVIEW 262 #endif // ENABLE_PRINT_PREVIEW
261 263
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 // The URL for the 32-bit Mac deprecation help center article 558 // The URL for the 32-bit Mac deprecation help center article
557 extern const char kMac32BitDeprecationURL[]; 559 extern const char kMac32BitDeprecationURL[];
558 #endif 560 #endif
559 561
560 // The URL for the "Learn more" link the the Easy Unlock settings. 562 // The URL for the "Learn more" link the the Easy Unlock settings.
561 extern const char kEasyUnlockLearnMoreUrl[]; 563 extern const char kEasyUnlockLearnMoreUrl[];
562 564
563 } // namespace chrome 565 } // namespace chrome
564 566
565 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 567 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698