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

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

Issue 1138153002: Introduce chrome://cr-elements with Polymer .8 cr-elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 extern const char kChromeUIBookmarksHost[]; 150 extern const char kChromeUIBookmarksHost[];
151 extern const char kChromeUICacheHost[]; 151 extern const char kChromeUICacheHost[];
152 extern const char kChromeUICertificateViewerHost[]; 152 extern const char kChromeUICertificateViewerHost[];
153 extern const char kChromeUICertificateViewerDialogHost[]; 153 extern const char kChromeUICertificateViewerDialogHost[];
154 extern const char kChromeUIChromeSigninHost[]; 154 extern const char kChromeUIChromeSigninHost[];
155 extern const char kChromeUIChromeURLsHost[]; 155 extern const char kChromeUIChromeURLsHost[];
156 extern const char kChromeUICloudPrintResourcesHost[]; 156 extern const char kChromeUICloudPrintResourcesHost[];
157 extern const char kChromeUICloudPrintSetupHost[]; 157 extern const char kChromeUICloudPrintSetupHost[];
158 extern const char kChromeUIConflictsHost[]; 158 extern const char kChromeUIConflictsHost[];
159 extern const char kChromeUIConstrainedHTMLTestHost[]; 159 extern const char kChromeUIConstrainedHTMLTestHost[];
160 extern const char kChromeUICrElementsHost[];
160 extern const char kChromeUICrashesHost[]; 161 extern const char kChromeUICrashesHost[];
161 extern const char kChromeUICrashHost[]; 162 extern const char kChromeUICrashHost[];
162 extern const char kChromeUICreditsHost[]; 163 extern const char kChromeUICreditsHost[];
163 extern const char kChromeUIDefaultHost[]; 164 extern const char kChromeUIDefaultHost[];
164 extern const char kChromeUIDeviceLogHost[]; 165 extern const char kChromeUIDeviceLogHost[];
165 extern const char kChromeUIDevicesHost[]; 166 extern const char kChromeUIDevicesHost[];
166 extern const char kChromeUIDevToolsHost[]; 167 extern const char kChromeUIDevToolsHost[];
167 extern const char kChromeUIDevToolsBundledPath[]; 168 extern const char kChromeUIDevToolsBundledPath[];
168 extern const char kChromeUIDevToolsRemotePath[]; 169 extern const char kChromeUIDevToolsRemotePath[];
169 extern const char kChromeUIDNSHost[]; 170 extern const char kChromeUIDNSHost[];
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 // The URL for the 32-bit Mac deprecation help center article 546 // The URL for the 32-bit Mac deprecation help center article
546 extern const char kMac32BitDeprecationURL[]; 547 extern const char kMac32BitDeprecationURL[];
547 #endif 548 #endif
548 549
549 // The URL for the "Learn more" link the the Easy Unlock settings. 550 // The URL for the "Learn more" link the the Easy Unlock settings.
550 extern const char kEasyUnlockLearnMoreUrl[]; 551 extern const char kEasyUnlockLearnMoreUrl[];
551 552
552 } // namespace chrome 553 } // namespace chrome
553 554
554 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 555 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698