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

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..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);
« no previous file with comments | « chrome/browser/ui/webui/usb_internals/usb_internals_ui.cc ('k') | content/browser/accessibility/accessibility_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698