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

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

Issue 2917733002: Remove unused chrome://large-icon (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « chrome/browser/ui/webui/large_icon_source.cc ('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) 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 extern const char kChromeUIGCMInternalsURL[]; 52 extern const char kChromeUIGCMInternalsURL[];
53 extern const char kChromeUIHelpFrameURL[]; 53 extern const char kChromeUIHelpFrameURL[];
54 extern const char kChromeUIHelpURL[]; 54 extern const char kChromeUIHelpURL[];
55 extern const char kChromeUIHistoryURL[]; 55 extern const char kChromeUIHistoryURL[];
56 extern const char kDeprecatedChromeUIHistoryFrameURL[]; 56 extern const char kDeprecatedChromeUIHistoryFrameURL[];
57 extern const char kChromeUIIdentityInternalsURL[]; 57 extern const char kChromeUIIdentityInternalsURL[];
58 extern const char kChromeUIInspectURL[]; 58 extern const char kChromeUIInspectURL[];
59 extern const char kChromeUIInstantURL[]; 59 extern const char kChromeUIInstantURL[];
60 extern const char kChromeUIInterstitialURL[]; 60 extern const char kChromeUIInterstitialURL[];
61 extern const char kChromeUIInvalidationsURL[]; 61 extern const char kChromeUIInvalidationsURL[];
62 extern const char kChromeUILargeIconURL[];
63 extern const char kChromeUIMdPolicyURL[]; 62 extern const char kChromeUIMdPolicyURL[];
64 extern const char kChromeUINaClURL[]; 63 extern const char kChromeUINaClURL[];
65 extern const char kChromeUINetInternalsURL[]; 64 extern const char kChromeUINetInternalsURL[];
66 extern const char kChromeUINewProfileURL[]; 65 extern const char kChromeUINewProfileURL[];
67 extern const char kChromeUINewTabURL[]; 66 extern const char kChromeUINewTabURL[];
68 extern const char kChromeUINTPTilesInternalsURL[]; 67 extern const char kChromeUINTPTilesInternalsURL[];
69 extern const char kChromeUIOmniboxURL[]; 68 extern const char kChromeUIOmniboxURL[];
70 extern const char kChromeUIPasswordManagerInternalsHost[]; 69 extern const char kChromeUIPasswordManagerInternalsHost[];
71 extern const char kChromeUIPolicyURL[]; 70 extern const char kChromeUIPolicyURL[];
72 extern const char kChromeUIMdUserManagerUrl[]; 71 extern const char kChromeUIMdUserManagerUrl[];
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 extern const char kChooserUsbOverviewURL[]; 624 extern const char kChooserUsbOverviewURL[];
626 625
627 #if defined(OS_CHROMEOS) 626 #if defined(OS_CHROMEOS)
628 // The URL for EOL notification 627 // The URL for EOL notification
629 extern const char kEolNotificationURL[]; 628 extern const char kEolNotificationURL[];
630 #endif 629 #endif
631 630
632 } // namespace chrome 631 } // namespace chrome
633 632
634 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 633 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/large_icon_source.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698