| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 462c47dcb73b1aec40b2d020fe8319b6b0d7a21d..d78c1361d46207e4d1ed321008e9c5f3a1c21daf 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -290,7 +290,7 @@ const char kChromeUISnippetsInternalsHost[] = "snippets-internals";
|
| const char kChromeUIWebApksHost[] = "webapks";
|
| #endif
|
|
|
| -#if defined(ENABLE_VR_SHELL) || defined(ENABLE_WEBVR)
|
| +#if defined(ENABLE_WEBVR)
|
| const char kChromeUIVrShellUIHost[] = "vr-shell-ui";
|
| #endif
|
|
|
|
|