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

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

Issue 28224: Revert brett's code, for real this time. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | « no previous file | 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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 namespace chrome { 10 namespace chrome {
(...skipping 11 matching lines...) Expand all
22 extern const char kJavaScriptScheme[]; 22 extern const char kJavaScriptScheme[];
23 extern const char kMailToScheme[]; 23 extern const char kMailToScheme[];
24 extern const char kUserScriptScheme[]; 24 extern const char kUserScriptScheme[];
25 extern const char kViewSourceScheme[]; 25 extern const char kViewSourceScheme[];
26 26
27 // Used to separate a standard scheme and the hostname: "://". 27 // Used to separate a standard scheme and the hostname: "://".
28 extern const char kStandardSchemeSeparator[]; 28 extern const char kStandardSchemeSeparator[];
29 29
30 // About URLs (including schmes). 30 // About URLs (including schmes).
31 extern const char kAboutBlankURL[]; 31 extern const char kAboutBlankURL[];
32 extern const char kAboutCacheURL[];
33 extern const char kAboutCrashURL[];
34 extern const char kAboutHangURL[];
35 extern const char kAboutMemoryURL[];
36 extern const char kAboutShortHangURL[];
37 32
38 } // namespace chrome 33 } // namespace chrome
39 34
40 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 35 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698