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

Unified Diff: chrome/common/url_constants.h

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
« no previous file with comments | « chrome/common/features.gni ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 9b2b2ddd2e2bc290bfc7a033a93bb63489be797b..bb4b111b1afaad0ede3899d05d9b411847c88c53 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -256,6 +256,10 @@ extern const char kChromeUIPopularSitesInternalsHost[];
extern const char kChromeUISnippetsInternalsHost[];
#endif
+#if defined(ENABLE_VR_SHELL)
+extern const char kChromeUIVrShellUIHost[];
+#endif
+
#if defined(OS_CHROMEOS)
extern const char kChromeUIActivationMessageHost[];
extern const char kChromeUIAppLaunchHost[];
« no previous file with comments | « chrome/common/features.gni ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698