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

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

Issue 7003064: Add placeholder chrome://media-internals page. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add placeholder chrome://media-internals page. Created 9 years, 6 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) 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 extern const char kChromeUIGpuCrashHost[]; 131 extern const char kChromeUIGpuCrashHost[];
132 extern const char kChromeUIGpuHangHost[]; 132 extern const char kChromeUIGpuHangHost[];
133 extern const char kChromeUIGpuInternalsHost[]; 133 extern const char kChromeUIGpuInternalsHost[];
134 extern const char kChromeUIHangHost[]; 134 extern const char kChromeUIHangHost[];
135 extern const char kChromeUIHistory2Host[]; 135 extern const char kChromeUIHistory2Host[];
136 extern const char kChromeUIHistoryHost[]; 136 extern const char kChromeUIHistoryHost[];
137 extern const char kChromeUIHistogramsHost[]; 137 extern const char kChromeUIHistogramsHost[];
138 extern const char kChromeUIIPCHost[]; 138 extern const char kChromeUIIPCHost[];
139 extern const char kChromeUIKeyboardHost[]; 139 extern const char kChromeUIKeyboardHost[];
140 extern const char kChromeUIKillHost[]; 140 extern const char kChromeUIKillHost[];
141 extern const char kChromeUIMediaInternalsHost[];
141 extern const char kChromeUIMemoryHost[]; 142 extern const char kChromeUIMemoryHost[];
142 extern const char kChromeUIMemoryRedirectHost[]; 143 extern const char kChromeUIMemoryRedirectHost[];
143 extern const char kChromeUINetInternalsHost[]; 144 extern const char kChromeUINetInternalsHost[];
144 extern const char kChromeUINetworkViewCacheHost[]; 145 extern const char kChromeUINetworkViewCacheHost[];
145 extern const char kChromeUINewTabHost[]; 146 extern const char kChromeUINewTabHost[];
146 extern const char kChromeUIPluginsHost[]; 147 extern const char kChromeUIPluginsHost[];
147 extern const char kChromeUIPrintHost[]; 148 extern const char kChromeUIPrintHost[];
148 extern const char kChromeUIResourcesHost[]; 149 extern const char kChromeUIResourcesHost[];
149 extern const char kChromeUISessionsHost[]; 150 extern const char kChromeUISessionsHost[];
150 extern const char kChromeUISettingsHost[]; 151 extern const char kChromeUISettingsHost[];
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 // The URL for the "Learn more" page for the blocked plugin infobar. 252 // The URL for the "Learn more" page for the blocked plugin infobar.
252 extern const char kBlockedPluginLearnMoreURL[]; 253 extern const char kBlockedPluginLearnMoreURL[];
253 254
254 // Call near the beginning of startup to register Chrome's internal URLs that 255 // Call near the beginning of startup to register Chrome's internal URLs that
255 // should be parsed as "standard" with the googleurl library. 256 // should be parsed as "standard" with the googleurl library.
256 void RegisterChromeSchemes(); 257 void RegisterChromeSchemes();
257 258
258 } // namespace chrome 259 } // namespace chrome
259 260
260 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 261 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698