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

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

Issue 2751653004: MD History: re-use history host constant from content/ instead of duplicating to chrome/ (Closed)
Patch Set: merge Created 3 years, 9 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 extern const char kChromeUIFallbackIconHost[]; 186 extern const char kChromeUIFallbackIconHost[];
187 extern const char kChromeUIFaviconHost[]; 187 extern const char kChromeUIFaviconHost[];
188 extern const char kChromeUIFeedbackHost[]; 188 extern const char kChromeUIFeedbackHost[];
189 extern const char kChromeUIFlagsHost[]; 189 extern const char kChromeUIFlagsHost[];
190 extern const char kChromeUIFlashHost[]; 190 extern const char kChromeUIFlashHost[];
191 extern const char kChromeUIGCMInternalsHost[]; 191 extern const char kChromeUIGCMInternalsHost[];
192 extern const char kChromeUIHelpFrameHost[]; 192 extern const char kChromeUIHelpFrameHost[];
193 extern const char kChromeUIHelpHost[]; 193 extern const char kChromeUIHelpHost[];
194 extern const char kChromeUIHangHost[]; 194 extern const char kChromeUIHangHost[];
195 extern const char kChromeUIHangUIHost[]; 195 extern const char kChromeUIHangUIHost[];
196 extern const char kChromeUIHistoryHost[];
197 extern const char kChromeUIHistoryFrameHost[]; 196 extern const char kChromeUIHistoryFrameHost[];
198 extern const char kChromeUIIdentityInternalsHost[]; 197 extern const char kChromeUIIdentityInternalsHost[];
199 extern const char kChromeUIInspectHost[]; 198 extern const char kChromeUIInspectHost[];
200 extern const char kChromeUIInstantHost[]; 199 extern const char kChromeUIInstantHost[];
201 extern const char kChromeUIInterstitialHost[]; 200 extern const char kChromeUIInterstitialHost[];
202 extern const char kChromeUIInvalidationsHost[]; 201 extern const char kChromeUIInvalidationsHost[];
203 extern const char kChromeUIKillHost[]; 202 extern const char kChromeUIKillHost[];
204 extern const char kChromeUILargeIconHost[]; 203 extern const char kChromeUILargeIconHost[];
205 extern const char kChromeUILocalStateHost[]; 204 extern const char kChromeUILocalStateHost[];
206 extern const char kChromeUIMdPolicyHost[]; 205 extern const char kChromeUIMdPolicyHost[];
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 extern const char kChooserUsbOverviewURL[]; 618 extern const char kChooserUsbOverviewURL[];
620 619
621 #if defined(OS_CHROMEOS) 620 #if defined(OS_CHROMEOS)
622 // The URL for EOL notification 621 // The URL for EOL notification
623 extern const char kEolNotificationURL[]; 622 extern const char kEolNotificationURL[];
624 #endif 623 #endif
625 624
626 } // namespace chrome 625 } // namespace chrome
627 626
628 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 627 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/chrome_manifest_url_handlers.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698