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

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

Issue 2603043002: Add a Physical Web WebUI for Android (Closed)
Patch Set: static_cast Created 3 years, 11 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/physical_web/physical_web_ui.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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 extern const char kChromeUILocalStateHost[]; 203 extern const char kChromeUILocalStateHost[];
204 extern const char kChromeUIMdPolicyHost[]; 204 extern const char kChromeUIMdPolicyHost[];
205 extern const char kChromeUIMdSettingsHost[]; 205 extern const char kChromeUIMdSettingsHost[];
206 extern const char kChromeUINaClHost[]; 206 extern const char kChromeUINaClHost[];
207 extern const char kChromeUINetExportHost[]; 207 extern const char kChromeUINetExportHost[];
208 extern const char kChromeUINetInternalsHost[]; 208 extern const char kChromeUINetInternalsHost[];
209 extern const char kChromeUINewTabHost[]; 209 extern const char kChromeUINewTabHost[];
210 extern const char kChromeUINTPTilesInternalsHost[]; 210 extern const char kChromeUINTPTilesInternalsHost[];
211 extern const char kChromeUIOfflineInternalsHost[]; 211 extern const char kChromeUIOfflineInternalsHost[];
212 extern const char kChromeUIOmniboxHost[]; 212 extern const char kChromeUIOmniboxHost[];
213 extern const char kChromeUIPhysicalWebHost[];
213 extern const char kChromeUIPluginsHost[]; 214 extern const char kChromeUIPluginsHost[];
214 extern const char kChromeUIComponentsHost[]; 215 extern const char kChromeUIComponentsHost[];
215 extern const char kChromeUIPolicyHost[]; 216 extern const char kChromeUIPolicyHost[];
216 extern const char kChromeUIMdUserManagerHost[]; 217 extern const char kChromeUIMdUserManagerHost[];
217 extern const char kChromeUIPredictorsHost[]; 218 extern const char kChromeUIPredictorsHost[];
218 extern const char kChromeUIProfilerHost[]; 219 extern const char kChromeUIProfilerHost[];
219 extern const char kChromeUIQuotaInternalsHost[]; 220 extern const char kChromeUIQuotaInternalsHost[];
220 extern const char kChromeUIQuitHost[]; 221 extern const char kChromeUIQuitHost[];
221 extern const char kChromeUIRestartHost[]; 222 extern const char kChromeUIRestartHost[];
222 extern const char kChromeUISettingsHost[]; 223 extern const char kChromeUISettingsHost[];
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 extern const char kChooserUsbOverviewURL[]; 613 extern const char kChooserUsbOverviewURL[];
613 614
614 #if defined(OS_CHROMEOS) 615 #if defined(OS_CHROMEOS)
615 // The URL for EOL notification 616 // The URL for EOL notification
616 extern const char kEolNotificationURL[]; 617 extern const char kEolNotificationURL[];
617 #endif 618 #endif
618 619
619 } // namespace chrome 620 } // namespace chrome
620 621
621 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 622 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/physical_web/physical_web_ui.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698