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

Unified 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 side-by-side diff with in-line comments
Download patch
« chrome/browser/ui/BUILD.gn ('K') | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 6ead17ace09de2ed1c38b2414992ff1359a6b4c3..db9041c4a2fcd5d9e848c0d4325f6b146a2abb30 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -271,6 +271,9 @@ const char kChromeUIOfflineInternalsHost[] = "offline-internals";
const char kChromeUIPhysicalWebHost[] = "physical-web";
const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals";
const char kChromeUISnippetsInternalsHost[] = "snippets-internals";
+#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
+const char kChromeUIVrShellUIHost[] = "vr-shell-ui";
+#endif
#endif
#if defined(OS_CHROMEOS)
« 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