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

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

Issue 12089034: Add a WebUIControllerFactory in content and move chrome://webrtc-internals to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 10 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/chrome_tests_unit.gypi ('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 "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 extern const char kChromeUITaskManagerHost[]; 189 extern const char kChromeUITaskManagerHost[];
190 extern const char kChromeUITermsHost[]; 190 extern const char kChromeUITermsHost[];
191 extern const char kChromeUIThemeHost[]; 191 extern const char kChromeUIThemeHost[];
192 extern const char kChromeUIThumbnailHost[]; 192 extern const char kChromeUIThumbnailHost[];
193 extern const char kChromeUITouchIconHost[]; 193 extern const char kChromeUITouchIconHost[];
194 extern const char kChromeUITracingHost[]; 194 extern const char kChromeUITracingHost[];
195 extern const char kChromeUIUberFrameHost[]; 195 extern const char kChromeUIUberFrameHost[];
196 extern const char kChromeUIUberHost[]; 196 extern const char kChromeUIUberHost[];
197 extern const char kChromeUIUserActionsHost[]; 197 extern const char kChromeUIUserActionsHost[];
198 extern const char kChromeUIVersionHost[]; 198 extern const char kChromeUIVersionHost[];
199 extern const char kChromeUIWebRTCInternalsHost[];
200 extern const char kChromeUIWorkersHost[]; 199 extern const char kChromeUIWorkersHost[];
201 200
202 extern const char kChromeUIScreenshotPath[]; 201 extern const char kChromeUIScreenshotPath[];
203 extern const char kChromeUIThemePath[]; 202 extern const char kChromeUIThemePath[];
204 203
205 #if defined(OS_ANDROID) 204 #if defined(OS_ANDROID)
206 extern const char kChromeUIWelcomeHost[]; 205 extern const char kChromeUIWelcomeHost[];
207 #endif 206 #endif
208 207
209 #if defined(OS_LINUX) || defined(OS_OPENBSD) 208 #if defined(OS_LINUX) || defined(OS_OPENBSD)
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 // Parameters that get appended to force SafeSearch. 420 // Parameters that get appended to force SafeSearch.
422 extern const char kSafeSearchSafeParameter[]; 421 extern const char kSafeSearchSafeParameter[];
423 extern const char kSafeSearchSsuiParameter[]; 422 extern const char kSafeSearchSsuiParameter[];
424 423
425 // The URL for the "Learn more" link in the media access infobar. 424 // The URL for the "Learn more" link in the media access infobar.
426 extern const char kMediaAccessLearnMoreUrl[]; 425 extern const char kMediaAccessLearnMoreUrl[];
427 426
428 } // namespace chrome 427 } // namespace chrome
429 428
430 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 429 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698