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

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

Issue 2341803003: Add chrome://vr-shell-ui internal page (Closed)
Patch Set: review Created 4 years, 3 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
« chrome/browser/ui/BUILD.gn ('K') | « chrome/common/url_constants.h ('k') | no next file » | 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 #include "chrome/common/url_constants.h" 5 #include "chrome/common/url_constants.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 8
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config"; 264 const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config";
265 const char kChromeUISandboxHost[] = "sandbox"; 265 const char kChromeUISandboxHost[] = "sandbox";
266 #endif 266 #endif
267 267
268 #if defined(OS_ANDROID) 268 #if defined(OS_ANDROID)
269 const char kChromeUIContextualSearchPromoHost[] = "contextual-search-promo"; 269 const char kChromeUIContextualSearchPromoHost[] = "contextual-search-promo";
270 const char kChromeUIOfflineInternalsHost[] = "offline-internals"; 270 const char kChromeUIOfflineInternalsHost[] = "offline-internals";
271 const char kChromeUIPhysicalWebHost[] = "physical-web"; 271 const char kChromeUIPhysicalWebHost[] = "physical-web";
272 const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals"; 272 const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals";
273 const char kChromeUISnippetsInternalsHost[] = "snippets-internals"; 273 const char kChromeUISnippetsInternalsHost[] = "snippets-internals";
274 #if defined(ENABLE_VR_SHELL)
sky 2016/09/16 22:57:31 Isn't the ENABLE_VR_SHELL ifdef enough? By that I
bshe 2016/09/16 23:28:04 You are right. ENABLE_VR_SHELL already requires OS
275 const char kChromeUIVrShellUIHost[] = "vr-shell-ui";
276 #endif
274 #endif 277 #endif
275 278
276 #if defined(OS_CHROMEOS) 279 #if defined(OS_CHROMEOS)
277 const char kChromeUIActivationMessageHost[] = "activationmessage"; 280 const char kChromeUIActivationMessageHost[] = "activationmessage";
278 const char kChromeUIAppLaunchHost[] = "app-launch"; 281 const char kChromeUIAppLaunchHost[] = "app-launch";
279 const char kChromeUIBluetoothPairingHost[] = "bluetooth-pairing"; 282 const char kChromeUIBluetoothPairingHost[] = "bluetooth-pairing";
280 const char kChromeUICertificateManagerHost[] = "certificate-manager"; 283 const char kChromeUICertificateManagerHost[] = "certificate-manager";
281 const char kChromeUIChooseMobileNetworkHost[] = "choose-mobile-network"; 284 const char kChromeUIChooseMobileNetworkHost[] = "choose-mobile-network";
282 const char kChromeUICryptohomeHost[] = "cryptohome"; 285 const char kChromeUICryptohomeHost[] = "cryptohome";
283 const char kChromeUIDeviceEmulatorHost[] = "device-emulator"; 286 const char kChromeUIDeviceEmulatorHost[] = "device-emulator";
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 "https://support.google.com/chrome?p=bluetooth"; 777 "https://support.google.com/chrome?p=bluetooth";
775 778
776 const char kChooserUsbOverviewURL[] = 779 const char kChooserUsbOverviewURL[] =
777 "https://support.google.com/chrome?p=webusb"; 780 "https://support.google.com/chrome?p=webusb";
778 781
779 #if defined(OS_CHROMEOS) 782 #if defined(OS_CHROMEOS)
780 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/"; 783 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/";
781 #endif 784 #endif
782 785
783 } // namespace chrome 786 } // namespace chrome
OLDNEW
« chrome/browser/ui/BUILD.gn ('K') | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698