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

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

Issue 7555005: Moving the contents of chrome://gpu Profiling to chrome://tracing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #pragma once 9 #pragma once
10 10
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 extern const char kChromeUIShorthangHost[]; 142 extern const char kChromeUIShorthangHost[];
143 extern const char kChromeUIStatsHost[]; 143 extern const char kChromeUIStatsHost[];
144 extern const char kChromeUISyncHost[]; 144 extern const char kChromeUISyncHost[];
145 extern const char kChromeUISyncInternalsHost[]; 145 extern const char kChromeUISyncInternalsHost[];
146 extern const char kChromeUISyncResourcesHost[]; 146 extern const char kChromeUISyncResourcesHost[];
147 extern const char kChromeUITaskManagerHost[]; 147 extern const char kChromeUITaskManagerHost[];
148 extern const char kChromeUITCMallocHost[]; 148 extern const char kChromeUITCMallocHost[];
149 extern const char kChromeUITextfieldsHost[]; 149 extern const char kChromeUITextfieldsHost[];
150 extern const char kChromeUITermsHost[]; 150 extern const char kChromeUITermsHost[];
151 extern const char kChromeUITouchIconHost[]; 151 extern const char kChromeUITouchIconHost[];
152 extern const char kChromeUITracingHost[];
152 extern const char kChromeUIVersionHost[]; 153 extern const char kChromeUIVersionHost[];
153 extern const char kChromeUIWorkersHost[]; 154 extern const char kChromeUIWorkersHost[];
154 155
155 extern const char kChromeUIScreenshotPath[]; 156 extern const char kChromeUIScreenshotPath[];
156 extern const char kChromeUIThemePath[]; 157 extern const char kChromeUIThemePath[];
157 extern const char kChromeUIThumbnailPath[]; 158 extern const char kChromeUIThumbnailPath[];
158 159
159 #if defined(OS_LINUX) 160 #if defined(OS_LINUX)
160 extern const char kChromeUILinuxProxyConfigHost[]; 161 extern const char kChromeUILinuxProxyConfigHost[];
161 extern const char kChromeUISandboxHost[]; 162 extern const char kChromeUISandboxHost[];
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 void RegisterChromeSchemes(); 262 void RegisterChromeSchemes();
262 263
263 #if defined(OS_CHROMEOS) 264 #if defined(OS_CHROMEOS)
264 // "Learn more" URL for the Cloud Print section under Options. 265 // "Learn more" URL for the Cloud Print section under Options.
265 extern const char kCloudPrintLearnMoreURL[]; 266 extern const char kCloudPrintLearnMoreURL[];
266 #endif 267 #endif
267 268
268 } // namespace chrome 269 } // namespace chrome
269 270
270 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 271 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698