| Index: chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc
|
| diff --git a/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc b/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc
|
| index 528726d17fd2059f298357b42e16fb300298d6b1..5e615ea2b36be0db7b3c30c50933cf61f3086da3 100644
|
| --- a/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc
|
| +++ b/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc
|
| @@ -190,8 +190,8 @@ content::WebUIDataSource* CreateVrShellUIHTMLSource() {
|
| source->SetDefaultResource(IDR_VR_SHELL_UI_HTML);
|
| // We're localizing strings, so we can't currently use gzip since it's
|
| // incompatible with i18n. TODO(klausw): re-enable gzip once an i18n
|
| - // compatible variant of WebUIDataSource's DisableI18nAndUseGzipForAllPaths
|
| - // gets added, and add compress=gzip to browser_resources.grd as appropriate.
|
| + // compatible variant of WebUIDataSource's UseGzip gets added, and add
|
| + // compress=gzip to browser_resources.grd as appropriate.
|
| source->AddLocalizedString(
|
| "insecureWebVrContentPermanent",
|
| IDS_WEBSITE_SETTINGS_INSECURE_WEBVR_CONTENT_PERMANENT);
|
|
|