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