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

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

Issue 3790013: Add a test for ConstrainedHtmlUI. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 extern const char kAboutVaporwareURL[]; 57 extern const char kAboutVaporwareURL[];
58 extern const char kAboutVersionURL[]; 58 extern const char kAboutVersionURL[];
59 59
60 // chrome: URLs (including schemes). Should be kept in sync with the 60 // chrome: URLs (including schemes). Should be kept in sync with the
61 // components below. 61 // components below.
62 extern const char kChromeUIAboutAboutURL[]; 62 extern const char kChromeUIAboutAboutURL[];
63 extern const char kChromeUIAboutURL[]; 63 extern const char kChromeUIAboutURL[];
64 extern const char kChromeUIAppLauncherURL[]; 64 extern const char kChromeUIAppLauncherURL[];
65 extern const char kChromeUIBookmarksURL[]; 65 extern const char kChromeUIBookmarksURL[];
66 extern const char kChromeUIBugReportURL[]; 66 extern const char kChromeUIBugReportURL[];
67 extern const char kChromeUIConstrainedHTMLTestURL[];
67 extern const char kChromeUIDevToolsURL[]; 68 extern const char kChromeUIDevToolsURL[];
68 extern const char kChromeUIDownloadsURL[]; 69 extern const char kChromeUIDownloadsURL[];
69 extern const char kChromeUIExtensionsURL[]; 70 extern const char kChromeUIExtensionsURL[];
70 extern const char kChromeUIFlagsURL[]; 71 extern const char kChromeUIFlagsURL[];
71 extern const char kChromeUIFavIconURL[]; 72 extern const char kChromeUIFavIconURL[];
72 extern const char kChromeUIHistory2URL[]; 73 extern const char kChromeUIHistory2URL[];
73 extern const char kChromeUIHistoryURL[]; 74 extern const char kChromeUIHistoryURL[];
74 extern const char kChromeUIIPCURL[]; 75 extern const char kChromeUIIPCURL[];
75 extern const char kChromeUIKeyboardURL[]; 76 extern const char kChromeUIKeyboardURL[];
76 extern const char kChromeUINewTabURL[]; 77 extern const char kChromeUINewTabURL[];
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 extern const char kInternetOptionsSubPage[]; 159 extern const char kInternetOptionsSubPage[];
159 #endif 160 #endif
160 161
161 // Call near the beginning of startup to register Chrome's internal URLs that 162 // Call near the beginning of startup to register Chrome's internal URLs that
162 // should be parsed as "standard" with the googleurl library. 163 // should be parsed as "standard" with the googleurl library.
163 void RegisterChromeSchemes(); 164 void RegisterChromeSchemes();
164 165
165 } // namespace chrome 166 } // namespace chrome
166 167
167 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 168 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698