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

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

Issue 7275026: Revert 90820 - Multi-Profiles: New Profile Setup UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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/chrome_browser.gypi ('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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 extern const char kChromeUIFlashURL[]; 64 extern const char kChromeUIFlashURL[];
65 extern const char kChromeUIFaviconURL[]; 65 extern const char kChromeUIFaviconURL[];
66 extern const char kChromeUIHangURL[]; 66 extern const char kChromeUIHangURL[];
67 extern const char kChromeUIHistory2URL[]; 67 extern const char kChromeUIHistory2URL[];
68 extern const char kChromeUIHistoryURL[]; 68 extern const char kChromeUIHistoryURL[];
69 extern const char kChromeUIIPCURL[]; 69 extern const char kChromeUIIPCURL[];
70 extern const char kChromeUIKeyboardURL[]; 70 extern const char kChromeUIKeyboardURL[];
71 extern const char kChromeUIKillURL[]; 71 extern const char kChromeUIKillURL[];
72 extern const char kChromeUIMemoryRedirectURL[]; 72 extern const char kChromeUIMemoryRedirectURL[];
73 extern const char kChromeUINetworkViewCacheURL[]; 73 extern const char kChromeUINetworkViewCacheURL[];
74 extern const char kChromeUINewProfile[];
75 extern const char kChromeUINewTabURL[]; 74 extern const char kChromeUINewTabURL[];
76 extern const char kChromeUIPluginsURL[]; 75 extern const char kChromeUIPluginsURL[];
77 extern const char kChromeUIPrintURL[]; 76 extern const char kChromeUIPrintURL[];
78 extern const char kChromeUISessionsURL[]; 77 extern const char kChromeUISessionsURL[];
79 extern const char kChromeUISettingsURL[]; 78 extern const char kChromeUISettingsURL[];
80 extern const char kChromeUIShorthangURL[]; 79 extern const char kChromeUIShorthangURL[];
81 extern const char kChromeUITextfieldsURL[]; 80 extern const char kChromeUITextfieldsURL[];
82 extern const char kChromeUIVersionURL[]; 81 extern const char kChromeUIVersionURL[];
83 82
84 #if defined(OS_CHROMEOS) 83 #if defined(OS_CHROMEOS)
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 extern const char kChromeUIHistoryHost[]; 139 extern const char kChromeUIHistoryHost[];
141 extern const char kChromeUIHistogramsHost[]; 140 extern const char kChromeUIHistogramsHost[];
142 extern const char kChromeUIIPCHost[]; 141 extern const char kChromeUIIPCHost[];
143 extern const char kChromeUIKeyboardHost[]; 142 extern const char kChromeUIKeyboardHost[];
144 extern const char kChromeUIKillHost[]; 143 extern const char kChromeUIKillHost[];
145 extern const char kChromeUIMediaInternalsHost[]; 144 extern const char kChromeUIMediaInternalsHost[];
146 extern const char kChromeUIMemoryHost[]; 145 extern const char kChromeUIMemoryHost[];
147 extern const char kChromeUIMemoryRedirectHost[]; 146 extern const char kChromeUIMemoryRedirectHost[];
148 extern const char kChromeUINetInternalsHost[]; 147 extern const char kChromeUINetInternalsHost[];
149 extern const char kChromeUINetworkViewCacheHost[]; 148 extern const char kChromeUINetworkViewCacheHost[];
150 extern const char kChromeUINewProfileHost[];
151 extern const char kChromeUINewTabHost[]; 149 extern const char kChromeUINewTabHost[];
152 extern const char kChromeUIPluginsHost[]; 150 extern const char kChromeUIPluginsHost[];
153 extern const char kChromeUIPrintHost[]; 151 extern const char kChromeUIPrintHost[];
154 extern const char kChromeUIQuotaInternalsHost[]; 152 extern const char kChromeUIQuotaInternalsHost[];
155 extern const char kChromeUIResourcesHost[]; 153 extern const char kChromeUIResourcesHost[];
156 extern const char kChromeUISessionsHost[]; 154 extern const char kChromeUISessionsHost[];
157 extern const char kChromeUISettingsHost[]; 155 extern const char kChromeUISettingsHost[];
158 extern const char kChromeUIShorthangHost[]; 156 extern const char kChromeUIShorthangHost[];
159 extern const char kChromeUIStatsHost[]; 157 extern const char kChromeUIStatsHost[];
160 extern const char kChromeUISyncHost[]; 158 extern const char kChromeUISyncHost[];
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 // The URL for the "Learn more" page for the blocked plugin infobar. 258 // The URL for the "Learn more" page for the blocked plugin infobar.
261 extern const char kBlockedPluginLearnMoreURL[]; 259 extern const char kBlockedPluginLearnMoreURL[];
262 260
263 // Call near the beginning of startup to register Chrome's internal URLs that 261 // Call near the beginning of startup to register Chrome's internal URLs that
264 // should be parsed as "standard" with the googleurl library. 262 // should be parsed as "standard" with the googleurl library.
265 void RegisterChromeSchemes(); 263 void RegisterChromeSchemes();
266 264
267 } // namespace chrome 265 } // namespace chrome
268 266
269 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 267 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698