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

Unified Diff: chrome/common/url_constants.h

Issue 2680723003: Remove ENABLE_VR_SHELL compile-time define. (Closed)
Patch Set: Remove feature and VR-shell-specific FYI bot configuration as well. 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index d5d54031b0cf88d148a5f78496d4689d51248599..ebbd5db1f648ed0a02452faed822cec89ef6f90d 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -268,7 +268,7 @@ extern const char kChromeUIPopularSitesInternalsHost[];
extern const char kChromeUISnippetsInternalsHost[];
#endif
-#if defined(ENABLE_VR_SHELL) || defined(ENABLE_WEBVR)
+#if defined(ENABLE_WEBVR)
extern const char kChromeUIVrShellUIHost[];
#endif

Powered by Google App Engine
This is Rietveld 408576698