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

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

Issue 2680723003: Remove ENABLE_VR_SHELL compile-time define. (Closed)
Patch Set: Fix lint warnings generated by vr_shell's new pickier checks. Created 3 years, 10 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/common/url_constants.h ('k') | device/vr/android/gvr/gvr_delegate.h » ('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 #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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 283
284 #if defined(OS_ANDROID) 284 #if defined(OS_ANDROID)
285 const char kChromeUIContextualSearchPromoHost[] = "contextual-search-promo"; 285 const char kChromeUIContextualSearchPromoHost[] = "contextual-search-promo";
286 const char kChromeUIOfflineInternalsHost[] = "offline-internals"; 286 const char kChromeUIOfflineInternalsHost[] = "offline-internals";
287 const char kChromeUIPhysicalWebDiagnosticsHost[] = "physical-web-diagnostics"; 287 const char kChromeUIPhysicalWebDiagnosticsHost[] = "physical-web-diagnostics";
288 const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals"; 288 const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals";
289 const char kChromeUISnippetsInternalsHost[] = "snippets-internals"; 289 const char kChromeUISnippetsInternalsHost[] = "snippets-internals";
290 const char kChromeUIWebApksHost[] = "webapks"; 290 const char kChromeUIWebApksHost[] = "webapks";
291 #endif 291 #endif
292 292
293 #if defined(ENABLE_VR_SHELL) || defined(ENABLE_WEBVR) 293 #if defined(ENABLE_WEBVR)
294 const char kChromeUIVrShellUIHost[] = "vr-shell-ui"; 294 const char kChromeUIVrShellUIHost[] = "vr-shell-ui";
295 #endif 295 #endif
296 296
297 #if defined(OS_CHROMEOS) 297 #if defined(OS_CHROMEOS)
298 const char kChromeUIActivationMessageHost[] = "activationmessage"; 298 const char kChromeUIActivationMessageHost[] = "activationmessage";
299 const char kChromeUIAppLaunchHost[] = "app-launch"; 299 const char kChromeUIAppLaunchHost[] = "app-launch";
300 const char kChromeUIBluetoothPairingHost[] = "bluetooth-pairing"; 300 const char kChromeUIBluetoothPairingHost[] = "bluetooth-pairing";
301 const char kChromeUICertificateManagerHost[] = "certificate-manager"; 301 const char kChromeUICertificateManagerHost[] = "certificate-manager";
302 const char kChromeUIChooseMobileNetworkHost[] = "choose-mobile-network"; 302 const char kChromeUIChooseMobileNetworkHost[] = "choose-mobile-network";
303 const char kChromeUICryptohomeHost[] = "cryptohome"; 303 const char kChromeUICryptohomeHost[] = "cryptohome";
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 #endif 813 #endif
814 814
815 const char kChooserUsbOverviewURL[] = 815 const char kChooserUsbOverviewURL[] =
816 "https://support.google.com/chrome?p=webusb"; 816 "https://support.google.com/chrome?p=webusb";
817 817
818 #if defined(OS_CHROMEOS) 818 #if defined(OS_CHROMEOS)
819 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/"; 819 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/";
820 #endif 820 #endif
821 821
822 } // namespace chrome 822 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/common/url_constants.h ('k') | device/vr/android/gvr/gvr_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698