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..092f8d95a36d7baaae2cc60d37dcd6c37ca8f3ff 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,7 +190,7 @@ 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 |
+ // compatible variant of WebUIDataSource's UseGzipForAllPaths |
// gets added, and add compress=gzip to browser_resources.grd as appropriate. |
source->AddLocalizedString( |
"insecureWebVrContentPermanent", |