Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc

Issue 2590793004: MD Downloads: gzip vulcanized resources via compress="gzip" (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698