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

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

Issue 8889041: first cut at uber page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac compile Created 9 years 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 extern const char kChromeUISyncHost[]; 165 extern const char kChromeUISyncHost[];
166 extern const char kChromeUISyncInternalsHost[]; 166 extern const char kChromeUISyncInternalsHost[];
167 extern const char kChromeUISyncPromoHost[]; 167 extern const char kChromeUISyncPromoHost[];
168 extern const char kChromeUISyncResourcesHost[]; 168 extern const char kChromeUISyncResourcesHost[];
169 extern const char kChromeUITaskManagerHost[]; 169 extern const char kChromeUITaskManagerHost[];
170 extern const char kChromeUITCMallocHost[]; 170 extern const char kChromeUITCMallocHost[];
171 extern const char kChromeUITermsHost[]; 171 extern const char kChromeUITermsHost[];
172 extern const char kChromeUIThumbnailHost[]; 172 extern const char kChromeUIThumbnailHost[];
173 extern const char kChromeUITouchIconHost[]; 173 extern const char kChromeUITouchIconHost[];
174 extern const char kChromeUITracingHost[]; 174 extern const char kChromeUITracingHost[];
175 extern const char kChromeUIUberHost[];
175 extern const char kChromeUIVersionHost[]; 176 extern const char kChromeUIVersionHost[];
176 extern const char kChromeUIWorkersHost[]; 177 extern const char kChromeUIWorkersHost[];
177 178
178 extern const char kChromeUIScreenshotPath[]; 179 extern const char kChromeUIScreenshotPath[];
179 extern const char kChromeUIThemePath[]; 180 extern const char kChromeUIThemePath[];
180 181
181 #if defined(OS_LINUX) || defined(OS_OPENBSD) 182 #if defined(OS_LINUX) || defined(OS_OPENBSD)
182 extern const char kChromeUILinuxProxyConfigHost[]; 183 extern const char kChromeUILinuxProxyConfigHost[];
183 extern const char kChromeUISandboxHost[]; 184 extern const char kChromeUISandboxHost[];
184 #endif 185 #endif
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 void RegisterChromeSchemes(); 326 void RegisterChromeSchemes();
326 327
327 #if defined(OS_CHROMEOS) 328 #if defined(OS_CHROMEOS)
328 // "Learn more" URL for the Cloud Print section under Options. 329 // "Learn more" URL for the Cloud Print section under Options.
329 extern const char kCloudPrintLearnMoreURL[]; 330 extern const char kCloudPrintLearnMoreURL[];
330 #endif 331 #endif
331 332
332 } // namespace chrome 333 } // namespace chrome
333 334
334 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 335 #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