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

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: 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 extern const char kChromeUIExtensionIconHost[]; 101 extern const char kChromeUIExtensionIconHost[];
102 extern const char kChromeUIExtensionsHost[]; 102 extern const char kChromeUIExtensionsHost[];
103 extern const char kChromeUIFaviconHost[]; 103 extern const char kChromeUIFaviconHost[];
104 extern const char kChromeUITouchIconHost[]; 104 extern const char kChromeUITouchIconHost[];
105 extern const char kChromeUIFlagsHost[]; 105 extern const char kChromeUIFlagsHost[];
106 extern const char kChromeUIFlashHost[]; 106 extern const char kChromeUIFlashHost[];
107 extern const char kChromeUIGpuInternalsHost[]; 107 extern const char kChromeUIGpuInternalsHost[];
108 extern const char kChromeUIHistory2Host[]; 108 extern const char kChromeUIHistory2Host[];
109 extern const char kChromeUIHistoryHost[]; 109 extern const char kChromeUIHistoryHost[];
110 extern const char kChromeUIKeyboardHost[]; 110 extern const char kChromeUIKeyboardHost[];
111 extern const char kChromeUIMediaInternalsHost[];
111 extern const char kChromeUINetInternalsHost[]; 112 extern const char kChromeUINetInternalsHost[];
112 extern const char kChromeUINewTabHost[]; 113 extern const char kChromeUINewTabHost[];
113 extern const char kChromeUIPluginsHost[]; 114 extern const char kChromeUIPluginsHost[];
114 extern const char kChromeUIPrintHost[]; 115 extern const char kChromeUIPrintHost[];
115 extern const char kChromeUIResourcesHost[]; 116 extern const char kChromeUIResourcesHost[];
116 extern const char kChromeUIScreenshotPath[]; 117 extern const char kChromeUIScreenshotPath[];
117 extern const char kChromeUISettingsHost[]; 118 extern const char kChromeUISettingsHost[];
118 extern const char kChromeUISyncInternalsHost[]; 119 extern const char kChromeUISyncInternalsHost[];
119 extern const char kChromeUISyncResourcesHost[]; 120 extern const char kChromeUISyncResourcesHost[];
120 extern const char kChromeUITextfieldsHost[]; 121 extern const char kChromeUITextfieldsHost[];
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 // The URL for the "Learn more" page for the blocked plugin infobar. 218 // The URL for the "Learn more" page for the blocked plugin infobar.
218 extern const char kBlockedPluginLearnMoreURL[]; 219 extern const char kBlockedPluginLearnMoreURL[];
219 220
220 // Call near the beginning of startup to register Chrome's internal URLs that 221 // Call near the beginning of startup to register Chrome's internal URLs that
221 // should be parsed as "standard" with the googleurl library. 222 // should be parsed as "standard" with the googleurl library.
222 void RegisterChromeSchemes(); 223 void RegisterChromeSchemes();
223 224
224 } // namespace chrome 225 } // namespace chrome
225 226
226 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 227 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698