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

Unified Diff: chrome/browser/ui/webui/offline/offline_internals_ui.cc

Issue 2388303005: gzip compress more chrome:// pages (Closed)
Patch Set: rebase Created 4 years, 2 months 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
« no previous file with comments | « chrome/browser/ui/webui/invalidations_ui.cc ('k') | chrome/browser/ui/webui/predictors/predictors_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/offline/offline_internals_ui.cc
diff --git a/chrome/browser/ui/webui/offline/offline_internals_ui.cc b/chrome/browser/ui/webui/offline/offline_internals_ui.cc
index af76f693c1ab57317965012072ac47bf47f225e1..ae21d36f0215ac27bd86c7a34dff89b079cb884a 100644
--- a/chrome/browser/ui/webui/offline/offline_internals_ui.cc
+++ b/chrome/browser/ui/webui/offline/offline_internals_ui.cc
@@ -28,6 +28,7 @@ OfflineInternalsUI::OfflineInternalsUI(content::WebUI* web_ui)
html_source->AddResourcePath("offline_internals_browser_proxy.js",
IDR_OFFLINE_INTERNALS_BROWSER_PROXY_JS);
html_source->SetDefaultResource(IDR_OFFLINE_INTERNALS_HTML);
+ html_source->DisableI18nAndUseGzipForAllPaths();
Profile* profile = Profile::FromWebUI(web_ui);
html_source->AddBoolean("isIncognito", profile->IsOffTheRecord());
« no previous file with comments | « chrome/browser/ui/webui/invalidations_ui.cc ('k') | chrome/browser/ui/webui/predictors/predictors_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698