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

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

Issue 24891002: Initial WebUI extension for enhanced bookmarks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/manifest_url_handler.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 extern const char kChromeUICreditsHost[]; 148 extern const char kChromeUICreditsHost[];
149 extern const char kChromeUIDefaultHost[]; 149 extern const char kChromeUIDefaultHost[];
150 extern const char kChromeUIDevicesHost[]; 150 extern const char kChromeUIDevicesHost[];
151 extern const char kChromeUIDevToolsHost[]; 151 extern const char kChromeUIDevToolsHost[];
152 extern const char kChromeUIDevToolsBundledPath[]; 152 extern const char kChromeUIDevToolsBundledPath[];
153 extern const char kChromeUIDevToolsRemotePath[]; 153 extern const char kChromeUIDevToolsRemotePath[];
154 extern const char kChromeUIDNSHost[]; 154 extern const char kChromeUIDNSHost[];
155 extern const char kChromeUIDownloadsHost[]; 155 extern const char kChromeUIDownloadsHost[];
156 extern const char kChromeUIDriveInternalsHost[]; 156 extern const char kChromeUIDriveInternalsHost[];
157 extern const char kChromeUIEditSearchEngineDialogHost[]; 157 extern const char kChromeUIEditSearchEngineDialogHost[];
158 extern const char kChromeUIEnhancedBookmarksHost[];
158 extern const char kChromeUIExtensionIconHost[]; 159 extern const char kChromeUIExtensionIconHost[];
159 extern const char kChromeUIExtensionInfoHost[]; 160 extern const char kChromeUIExtensionInfoHost[];
160 extern const char kChromeUIExtensionsFrameHost[]; 161 extern const char kChromeUIExtensionsFrameHost[];
161 extern const char kChromeUIExtensionsHost[]; 162 extern const char kChromeUIExtensionsHost[];
162 extern const char kChromeUIFaviconHost[]; 163 extern const char kChromeUIFaviconHost[];
163 extern const char kChromeUIFeedbackHost[]; 164 extern const char kChromeUIFeedbackHost[];
164 extern const char kChromeUIFlagsHost[]; 165 extern const char kChromeUIFlagsHost[];
165 extern const char kChromeUIFlashHost[]; 166 extern const char kChromeUIFlashHost[];
166 extern const char kChromeUIHelpFrameHost[]; 167 extern const char kChromeUIHelpFrameHost[];
167 extern const char kChromeUIHelpHost[]; 168 extern const char kChromeUIHelpHost[];
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 // Parameters that get appended to force SafeSearch. 487 // Parameters that get appended to force SafeSearch.
487 extern const char kSafeSearchSafeParameter[]; 488 extern const char kSafeSearchSafeParameter[];
488 extern const char kSafeSearchSsuiParameter[]; 489 extern const char kSafeSearchSsuiParameter[];
489 490
490 // The URL for the "Learn more" link in the media access infobar. 491 // The URL for the "Learn more" link in the media access infobar.
491 extern const char kMediaAccessLearnMoreUrl[]; 492 extern const char kMediaAccessLearnMoreUrl[];
492 493
493 } // namespace chrome 494 } // namespace chrome
494 495
495 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 496 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/manifest_url_handler.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698