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

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

Issue 6955010: Remove the Remoting Host component from Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 kChromeUITouchIconHost[]; 101 extern const char kChromeUITouchIconHost[];
102 extern const char kChromeUIFlagsHost[]; 102 extern const char kChromeUIFlagsHost[];
103 extern const char kChromeUIGpuInternalsHost[]; 103 extern const char kChromeUIGpuInternalsHost[];
104 extern const char kChromeUIHistory2Host[]; 104 extern const char kChromeUIHistory2Host[];
105 extern const char kChromeUIHistoryHost[]; 105 extern const char kChromeUIHistoryHost[];
106 extern const char kChromeUIKeyboardHost[]; 106 extern const char kChromeUIKeyboardHost[];
107 extern const char kChromeUINetInternalsHost[]; 107 extern const char kChromeUINetInternalsHost[];
108 extern const char kChromeUINewTabHost[]; 108 extern const char kChromeUINewTabHost[];
109 extern const char kChromeUIPluginsHost[]; 109 extern const char kChromeUIPluginsHost[];
110 extern const char kChromeUIPrintHost[]; 110 extern const char kChromeUIPrintHost[];
111 extern const char kChromeUIRemotingHost[];
112 extern const char kChromeUIRemotingResourcesHost[];
113 extern const char kChromeUIResourcesHost[]; 111 extern const char kChromeUIResourcesHost[];
114 extern const char kChromeUIScreenshotPath[]; 112 extern const char kChromeUIScreenshotPath[];
115 extern const char kChromeUISettingsHost[]; 113 extern const char kChromeUISettingsHost[];
116 extern const char kChromeUISyncInternalsHost[]; 114 extern const char kChromeUISyncInternalsHost[];
117 extern const char kChromeUISyncResourcesHost[]; 115 extern const char kChromeUISyncResourcesHost[];
118 extern const char kChromeUITextfieldsHost[]; 116 extern const char kChromeUITextfieldsHost[];
119 extern const char kChromeUIThemePath[]; 117 extern const char kChromeUIThemePath[];
120 extern const char kChromeUIThumbnailPath[]; 118 extern const char kChromeUIThumbnailPath[];
121 119
122 #if defined(OS_CHROMEOS) 120 #if defined(OS_CHROMEOS)
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 // The URL for the "Learn more" page for the blocked plugin infobar. 214 // The URL for the "Learn more" page for the blocked plugin infobar.
217 extern const char kBlockedPluginLearnMoreURL[]; 215 extern const char kBlockedPluginLearnMoreURL[];
218 216
219 // Call near the beginning of startup to register Chrome's internal URLs that 217 // Call near the beginning of startup to register Chrome's internal URLs that
220 // should be parsed as "standard" with the googleurl library. 218 // should be parsed as "standard" with the googleurl library.
221 void RegisterChromeSchemes(); 219 void RegisterChromeSchemes();
222 220
223 } // namespace chrome 221 } // namespace chrome
224 222
225 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 223 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698