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

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

Issue 12088099: Moving chrome://tracing to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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_browser_ui.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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 extern const char kChromeUIStatsHost[]; 183 extern const char kChromeUIStatsHost[];
184 extern const char kChromeUISyncHost[]; 184 extern const char kChromeUISyncHost[];
185 extern const char kChromeUISyncInternalsHost[]; 185 extern const char kChromeUISyncInternalsHost[];
186 extern const char kChromeUISyncPromoHost[]; 186 extern const char kChromeUISyncPromoHost[];
187 extern const char kChromeUISyncResourcesHost[]; 187 extern const char kChromeUISyncResourcesHost[];
188 extern const char kChromeUITaskManagerHost[]; 188 extern const char kChromeUITaskManagerHost[];
189 extern const char kChromeUITermsHost[]; 189 extern const char kChromeUITermsHost[];
190 extern const char kChromeUIThemeHost[]; 190 extern const char kChromeUIThemeHost[];
191 extern const char kChromeUIThumbnailHost[]; 191 extern const char kChromeUIThumbnailHost[];
192 extern const char kChromeUITouchIconHost[]; 192 extern const char kChromeUITouchIconHost[];
193 extern const char kChromeUITracingHost[];
194 extern const char kChromeUIUberFrameHost[]; 193 extern const char kChromeUIUberFrameHost[];
195 extern const char kChromeUIUberHost[]; 194 extern const char kChromeUIUberHost[];
196 extern const char kChromeUIUserActionsHost[]; 195 extern const char kChromeUIUserActionsHost[];
197 extern const char kChromeUIVersionHost[]; 196 extern const char kChromeUIVersionHost[];
198 extern const char kChromeUIWorkersHost[]; 197 extern const char kChromeUIWorkersHost[];
199 198
200 extern const char kChromeUIScreenshotPath[]; 199 extern const char kChromeUIScreenshotPath[];
201 extern const char kChromeUIThemePath[]; 200 extern const char kChromeUIThemePath[];
202 201
203 #if defined(OS_ANDROID) 202 #if defined(OS_ANDROID)
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 // Parameters that get appended to force SafeSearch. 419 // Parameters that get appended to force SafeSearch.
421 extern const char kSafeSearchSafeParameter[]; 420 extern const char kSafeSearchSafeParameter[];
422 extern const char kSafeSearchSsuiParameter[]; 421 extern const char kSafeSearchSsuiParameter[];
423 422
424 // The URL for the "Learn more" link in the media access infobar. 423 // The URL for the "Learn more" link in the media access infobar.
425 extern const char kMediaAccessLearnMoreUrl[]; 424 extern const char kMediaAccessLearnMoreUrl[];
426 425
427 } // namespace chrome 426 } // namespace chrome
428 427
429 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 428 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698