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

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

Issue 7256002: Multi-Profiles: New Profile Setup UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: show product logo at bottom 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
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 extern const char kChromeUIFlashURL[]; 63 extern const char kChromeUIFlashURL[];
64 extern const char kChromeUIFaviconURL[]; 64 extern const char kChromeUIFaviconURL[];
65 extern const char kChromeUIHangURL[]; 65 extern const char kChromeUIHangURL[];
66 extern const char kChromeUIHistory2URL[]; 66 extern const char kChromeUIHistory2URL[];
67 extern const char kChromeUIHistoryURL[]; 67 extern const char kChromeUIHistoryURL[];
68 extern const char kChromeUIIPCURL[]; 68 extern const char kChromeUIIPCURL[];
69 extern const char kChromeUIKeyboardURL[]; 69 extern const char kChromeUIKeyboardURL[];
70 extern const char kChromeUIKillURL[]; 70 extern const char kChromeUIKillURL[];
71 extern const char kChromeUIMemoryRedirectURL[]; 71 extern const char kChromeUIMemoryRedirectURL[];
72 extern const char kChromeUINetworkViewCacheURL[]; 72 extern const char kChromeUINetworkViewCacheURL[];
73 extern const char kChromeUINewProfile[];
73 extern const char kChromeUINewTabURL[]; 74 extern const char kChromeUINewTabURL[];
74 extern const char kChromeUIPluginsURL[]; 75 extern const char kChromeUIPluginsURL[];
75 extern const char kChromeUIPrintURL[]; 76 extern const char kChromeUIPrintURL[];
76 extern const char kChromeUISessionsURL[]; 77 extern const char kChromeUISessionsURL[];
77 extern const char kChromeUISettingsURL[]; 78 extern const char kChromeUISettingsURL[];
78 extern const char kChromeUIShorthangURL[]; 79 extern const char kChromeUIShorthangURL[];
79 extern const char kChromeUITextfieldsURL[]; 80 extern const char kChromeUITextfieldsURL[];
80 extern const char kChromeUIVersionURL[]; 81 extern const char kChromeUIVersionURL[];
81 82
82 #if defined(OS_CHROMEOS) 83 #if defined(OS_CHROMEOS)
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 extern const char kChromeUIHistory2Host[]; 137 extern const char kChromeUIHistory2Host[];
137 extern const char kChromeUIHistoryHost[]; 138 extern const char kChromeUIHistoryHost[];
138 extern const char kChromeUIHistogramsHost[]; 139 extern const char kChromeUIHistogramsHost[];
139 extern const char kChromeUIIPCHost[]; 140 extern const char kChromeUIIPCHost[];
140 extern const char kChromeUIKeyboardHost[]; 141 extern const char kChromeUIKeyboardHost[];
141 extern const char kChromeUIKillHost[]; 142 extern const char kChromeUIKillHost[];
142 extern const char kChromeUIMemoryHost[]; 143 extern const char kChromeUIMemoryHost[];
143 extern const char kChromeUIMemoryRedirectHost[]; 144 extern const char kChromeUIMemoryRedirectHost[];
144 extern const char kChromeUINetInternalsHost[]; 145 extern const char kChromeUINetInternalsHost[];
145 extern const char kChromeUINetworkViewCacheHost[]; 146 extern const char kChromeUINetworkViewCacheHost[];
147 extern const char kChromeUINewProfileHost[];
146 extern const char kChromeUINewTabHost[]; 148 extern const char kChromeUINewTabHost[];
147 extern const char kChromeUIPluginsHost[]; 149 extern const char kChromeUIPluginsHost[];
148 extern const char kChromeUIPrintHost[]; 150 extern const char kChromeUIPrintHost[];
149 extern const char kChromeUIResourcesHost[]; 151 extern const char kChromeUIResourcesHost[];
150 extern const char kChromeUISessionsHost[]; 152 extern const char kChromeUISessionsHost[];
151 extern const char kChromeUISettingsHost[]; 153 extern const char kChromeUISettingsHost[];
152 extern const char kChromeUIShorthangHost[]; 154 extern const char kChromeUIShorthangHost[];
153 extern const char kChromeUIStatsHost[]; 155 extern const char kChromeUIStatsHost[];
154 extern const char kChromeUISyncHost[]; 156 extern const char kChromeUISyncHost[];
155 extern const char kChromeUISyncInternalsHost[]; 157 extern const char kChromeUISyncInternalsHost[];
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 // The URL for the "Learn more" page for the blocked plugin infobar. 255 // The URL for the "Learn more" page for the blocked plugin infobar.
254 extern const char kBlockedPluginLearnMoreURL[]; 256 extern const char kBlockedPluginLearnMoreURL[];
255 257
256 // Call near the beginning of startup to register Chrome's internal URLs that 258 // Call near the beginning of startup to register Chrome's internal URLs that
257 // should be parsed as "standard" with the googleurl library. 259 // should be parsed as "standard" with the googleurl library.
258 void RegisterChromeSchemes(); 260 void RegisterChromeSchemes();
259 261
260 } // namespace chrome 262 } // namespace chrome
261 263
262 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 264 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698