| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 307e0fbf5480325aee281c50d94a7bf955296ff4..53d378f9cb814e7b001f0209789a09f56bb3d570 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -261,7 +261,7 @@ extern const char kChromeUIPopularSitesInternalsHost[];
|
| extern const char kChromeUISnippetsInternalsHost[];
|
| #endif
|
|
|
| -#if defined(ENABLE_VR_SHELL)
|
| +#if defined(ENABLE_VR_SHELL) || defined(ENABLE_WEBVR)
|
| extern const char kChromeUIVrShellUIHost[];
|
| #endif
|
|
|
|
|