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

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

Issue 2547523003: Move Physical Web diagnostics page to new home (Closed)
Patch Set: Rebase Created 4 years 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/android/ntp/new_tab_page_url_handler.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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 extern const char kChromeUIVersionURL[]; 91 extern const char kChromeUIVersionURL[];
92 extern const char kChromeUIWelcomeURL[]; 92 extern const char kChromeUIWelcomeURL[];
93 extern const char kChromeUIWelcomeWin10URL[]; 93 extern const char kChromeUIWelcomeWin10URL[];
94 94
95 #if BUILDFLAG(ANDROID_JAVA_UI) 95 #if BUILDFLAG(ANDROID_JAVA_UI)
96 extern const char kChromeUIContextualSearchPromoURL[]; 96 extern const char kChromeUIContextualSearchPromoURL[];
97 extern const char kChromeUIJavaCrashURL[]; 97 extern const char kChromeUIJavaCrashURL[];
98 extern const char kChromeUINativeScheme[]; 98 extern const char kChromeUINativeScheme[];
99 extern const char kChromeUINativeNewTabURL[]; 99 extern const char kChromeUINativeNewTabURL[];
100 extern const char kChromeUINativeBookmarksURL[]; 100 extern const char kChromeUINativeBookmarksURL[];
101 extern const char kChromeUINativePhysicalWebURL[]; 101 extern const char kChromeUINativePhysicalWebDiagnosticsURL[];
102 extern const char kChromeUINativeRecentTabsURL[]; 102 extern const char kChromeUINativeRecentTabsURL[];
103 #endif 103 #endif
104 104
105 #if defined(OS_CHROMEOS) 105 #if defined(OS_CHROMEOS)
106 extern const char kChromeUIBluetoothPairingURL[]; 106 extern const char kChromeUIBluetoothPairingURL[];
107 extern const char kChromeUICertificateManagerDialogURL[]; 107 extern const char kChromeUICertificateManagerDialogURL[];
108 extern const char kChromeUIChooseMobileNetworkURL[]; 108 extern const char kChromeUIChooseMobileNetworkURL[];
109 extern const char kChromeUIDeviceEmulatorURL[]; 109 extern const char kChromeUIDeviceEmulatorURL[];
110 extern const char kChromeUIFirstRunURL[]; 110 extern const char kChromeUIFirstRunURL[];
111 extern const char kChromeUIKeyboardOverlayURL[]; 111 extern const char kChromeUIKeyboardOverlayURL[];
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 #endif // ENABLE_PRINT_PREVIEW 254 #endif // ENABLE_PRINT_PREVIEW
255 255
256 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) 256 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
257 extern const char kChromeUILinuxProxyConfigHost[]; 257 extern const char kChromeUILinuxProxyConfigHost[];
258 extern const char kChromeUISandboxHost[]; 258 extern const char kChromeUISandboxHost[];
259 #endif 259 #endif
260 260
261 #if defined(OS_ANDROID) 261 #if defined(OS_ANDROID)
262 extern const char kChromeUIContextualSearchPromoHost[]; 262 extern const char kChromeUIContextualSearchPromoHost[];
263 extern const char kChromeUIOfflineInternalsURL[]; 263 extern const char kChromeUIOfflineInternalsURL[];
264 extern const char kChromeUIPhysicalWebHost[]; 264 extern const char kChromeUIPhysicalWebDiagnosticsHost[];
265 extern const char kChromeUIPopularSitesInternalsHost[]; 265 extern const char kChromeUIPopularSitesInternalsHost[];
266 extern const char kChromeUISnippetsInternalsHost[]; 266 extern const char kChromeUISnippetsInternalsHost[];
267 #endif 267 #endif
268 268
269 #if defined(ENABLE_VR_SHELL) || defined(ENABLE_WEBVR) 269 #if defined(ENABLE_VR_SHELL) || defined(ENABLE_WEBVR)
270 extern const char kChromeUIVrShellUIHost[]; 270 extern const char kChromeUIVrShellUIHost[];
271 #endif 271 #endif
272 272
273 #if defined(OS_CHROMEOS) 273 #if defined(OS_CHROMEOS)
274 extern const char kChromeUIActivationMessageHost[]; 274 extern const char kChromeUIActivationMessageHost[];
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 extern const char kChooserUsbOverviewURL[]; 609 extern const char kChooserUsbOverviewURL[];
610 610
611 #if defined(OS_CHROMEOS) 611 #if defined(OS_CHROMEOS)
612 // The URL for EOL notification 612 // The URL for EOL notification
613 extern const char kEolNotificationURL[]; 613 extern const char kEolNotificationURL[];
614 #endif 614 #endif
615 615
616 } // namespace chrome 616 } // namespace chrome
617 617
618 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 618 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/android/ntp/new_tab_page_url_handler.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698