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

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: Remove an errant include. 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
« no previous file with comments | « chrome/common/service_messages.h ('k') | 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) 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 extern const char kChromeUITouchIconHost[]; 102 extern const char kChromeUITouchIconHost[];
103 extern const char kChromeUIFlagsHost[]; 103 extern const char kChromeUIFlagsHost[];
104 extern const char kChromeUIGpuInternalsHost[]; 104 extern const char kChromeUIGpuInternalsHost[];
105 extern const char kChromeUIHistory2Host[]; 105 extern const char kChromeUIHistory2Host[];
106 extern const char kChromeUIHistoryHost[]; 106 extern const char kChromeUIHistoryHost[];
107 extern const char kChromeUIKeyboardHost[]; 107 extern const char kChromeUIKeyboardHost[];
108 extern const char kChromeUINetInternalsHost[]; 108 extern const char kChromeUINetInternalsHost[];
109 extern const char kChromeUINewTabHost[]; 109 extern const char kChromeUINewTabHost[];
110 extern const char kChromeUIPluginsHost[]; 110 extern const char kChromeUIPluginsHost[];
111 extern const char kChromeUIPrintHost[]; 111 extern const char kChromeUIPrintHost[];
112 extern const char kChromeUIRemotingHost[];
113 extern const char kChromeUIRemotingResourcesHost[];
114 extern const char kChromeUIResourcesHost[]; 112 extern const char kChromeUIResourcesHost[];
115 extern const char kChromeUIScreenshotPath[]; 113 extern const char kChromeUIScreenshotPath[];
116 extern const char kChromeUISettingsHost[]; 114 extern const char kChromeUISettingsHost[];
117 extern const char kChromeUISyncInternalsHost[]; 115 extern const char kChromeUISyncInternalsHost[];
118 extern const char kChromeUISyncResourcesHost[]; 116 extern const char kChromeUISyncResourcesHost[];
119 extern const char kChromeUITextfieldsHost[]; 117 extern const char kChromeUITextfieldsHost[];
120 extern const char kChromeUIThemePath[]; 118 extern const char kChromeUIThemePath[];
121 extern const char kChromeUIThumbnailPath[]; 119 extern const char kChromeUIThumbnailPath[];
122 120
123 #if defined(OS_CHROMEOS) 121 #if defined(OS_CHROMEOS)
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 // The URL for the "Learn more" page for the blocked plugin infobar. 215 // The URL for the "Learn more" page for the blocked plugin infobar.
218 extern const char kBlockedPluginLearnMoreURL[]; 216 extern const char kBlockedPluginLearnMoreURL[];
219 217
220 // Call near the beginning of startup to register Chrome's internal URLs that 218 // Call near the beginning of startup to register Chrome's internal URLs that
221 // should be parsed as "standard" with the googleurl library. 219 // should be parsed as "standard" with the googleurl library.
222 void RegisterChromeSchemes(); 220 void RegisterChromeSchemes();
223 221
224 } // namespace chrome 222 } // namespace chrome
225 223
226 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 224 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/service_messages.h ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698