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

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

Issue 1820023002: Implementation of chrome://cast page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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/chrome_browser_ui.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) 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 extern const char kChromeUICopresenceURL[]; 128 extern const char kChromeUICopresenceURL[];
129 extern const char kChromeUICopresenceHost[]; 129 extern const char kChromeUICopresenceHost[];
130 #endif 130 #endif
131 131
132 #if defined(ENABLE_WEBRTC) 132 #if defined(ENABLE_WEBRTC)
133 extern const char kChromeUIWebRtcLogsURL[]; 133 extern const char kChromeUIWebRtcLogsURL[];
134 #endif 134 #endif
135 135
136 #if defined(ENABLE_MEDIA_ROUTER) 136 #if defined(ENABLE_MEDIA_ROUTER)
137 extern const char kChromeUIMediaRouterURL[]; 137 extern const char kChromeUIMediaRouterURL[];
138 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
139 extern const char kChromeUICastURL[];
140 #endif
138 #endif 141 #endif
139 142
140 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS) 143 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
141 extern const char kChromeUIDiscardsHost[]; 144 extern const char kChromeUIDiscardsHost[];
142 extern const char kChromeUIDiscardsURL[]; 145 extern const char kChromeUIDiscardsURL[];
143 #endif 146 #endif
144 147
145 // chrome components of URLs. Should be kept in sync with the full URLs above. 148 // chrome components of URLs. Should be kept in sync with the full URLs above.
146 extern const char kChromeUIAboutHost[]; 149 extern const char kChromeUIAboutHost[];
147 extern const char kChromeUIAboutPageFrameHost[]; 150 extern const char kChromeUIAboutPageFrameHost[];
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) 302 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
300 extern const char kChromeUITabModalConfirmDialogHost[]; 303 extern const char kChromeUITabModalConfirmDialogHost[];
301 #endif 304 #endif
302 305
303 #if defined(ENABLE_WEBRTC) 306 #if defined(ENABLE_WEBRTC)
304 extern const char kChromeUIWebRtcLogsHost[]; 307 extern const char kChromeUIWebRtcLogsHost[];
305 #endif 308 #endif
306 309
307 #if defined(ENABLE_MEDIA_ROUTER) 310 #if defined(ENABLE_MEDIA_ROUTER)
308 extern const char kChromeUIMediaRouterHost[]; 311 extern const char kChromeUIMediaRouterHost[];
312 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
313 extern const char kChromeUICastHost[];
314 #endif
309 #endif 315 #endif
310 316
311 // Options sub-pages. 317 // Options sub-pages.
312 extern const char kAutofillSubPage[]; 318 extern const char kAutofillSubPage[];
313 extern const char kClearBrowserDataSubPage[]; 319 extern const char kClearBrowserDataSubPage[];
314 extern const char kContentSettingsExceptionsSubPage[]; 320 extern const char kContentSettingsExceptionsSubPage[];
315 extern const char kContentSettingsSubPage[]; 321 extern const char kContentSettingsSubPage[];
316 extern const char kCreateProfileSubPage[]; 322 extern const char kCreateProfileSubPage[];
317 extern const char kExtensionsSubPage[]; 323 extern const char kExtensionsSubPage[];
318 extern const char kHandlerSettingsSubPage[]; 324 extern const char kHandlerSettingsSubPage[];
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 // The URL for the Bluetooth Overview help center article in the Web Bluetooth 584 // The URL for the Bluetooth Overview help center article in the Web Bluetooth
579 // Chooser. 585 // Chooser.
580 extern const char kChooserBluetoothOverviewURL[]; 586 extern const char kChooserBluetoothOverviewURL[];
581 587
582 // The URL for the WebUsb help center article. 588 // The URL for the WebUsb help center article.
583 extern const char kChooserUsbOverviewURL[]; 589 extern const char kChooserUsbOverviewURL[];
584 590
585 } // namespace chrome 591 } // namespace chrome
586 592
587 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 593 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698