| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 829a2362783b0fdde5ac948b91eb5c926a23f740..07b191e68f7fb742c57d30b849fb980e6eeefe90 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -289,7 +289,7 @@ const char kChromeUIPopularSitesInternalsHost[] = "popular-sites-internals";
|
| const char kChromeUISnippetsInternalsHost[] = "snippets-internals";
|
| #endif
|
|
|
| -#if defined(ENABLE_VR_SHELL) || defined(ENABLE_WEBVR)
|
| +#if defined(ENABLE_WEBVR)
|
| const char kChromeUIVrShellUIHost[] = "vr-shell-ui";
|
| #endif
|
|
|
|
|