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

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

Issue 2453453002: Enable chrome://discards on Linux. (Closed)
Patch Set: Enable chrome://discards on Linux. Created 4 years, 1 month 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 extern const char kChromeUIWebRtcLogsURL[]; 132 extern const char kChromeUIWebRtcLogsURL[];
133 #endif 133 #endif
134 134
135 #if defined(ENABLE_MEDIA_ROUTER) 135 #if defined(ENABLE_MEDIA_ROUTER)
136 extern const char kChromeUIMediaRouterURL[]; 136 extern const char kChromeUIMediaRouterURL[];
137 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS) 137 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
138 extern const char kChromeUICastURL[]; 138 extern const char kChromeUICastURL[];
139 #endif 139 #endif
140 #endif 140 #endif
141 141
142 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS) 142 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
143 extern const char kChromeUIDiscardsHost[]; 143 extern const char kChromeUIDiscardsHost[];
144 extern const char kChromeUIDiscardsURL[]; 144 extern const char kChromeUIDiscardsURL[];
145 #endif 145 #endif
146 146
147 // chrome components of URLs. Should be kept in sync with the full URLs above. 147 // chrome components of URLs. Should be kept in sync with the full URLs above.
148 extern const char kChromeUIAboutHost[]; 148 extern const char kChromeUIAboutHost[];
149 extern const char kChromeUIAboutPageFrameHost[]; 149 extern const char kChromeUIAboutPageFrameHost[];
150 extern const char kChromeUIBlankHost[]; 150 extern const char kChromeUIBlankHost[];
151 extern const char kChromeUIAppLauncherPageHost[]; 151 extern const char kChromeUIAppLauncherPageHost[];
152 extern const char kChromeUIAppListStartPageHost[]; 152 extern const char kChromeUIAppListStartPageHost[];
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 extern const char kChooserUsbOverviewURL[]; 603 extern const char kChooserUsbOverviewURL[];
604 604
605 #if defined(OS_CHROMEOS) 605 #if defined(OS_CHROMEOS)
606 // The URL for EOL notification 606 // The URL for EOL notification
607 extern const char kEolNotificationURL[]; 607 extern const char kEolNotificationURL[];
608 #endif 608 #endif
609 609
610 } // namespace chrome 610 } // namespace chrome
611 611
612 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 612 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698