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

Unified Diff: chrome/browser/ui/webui/supervised_user_internals_ui.cc

Issue 2268183003: Mark chrome://supervised-user-internals as gzipped so it decodes correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/supervised_user_internals_ui.cc
diff --git a/chrome/browser/ui/webui/supervised_user_internals_ui.cc b/chrome/browser/ui/webui/supervised_user_internals_ui.cc
index 6f82dc774c570f4ec30e0b62a5d8c4b6276ee49e..23b52f2add0a9ea16ca0a2fe4954276ea1ee8dca 100644
--- a/chrome/browser/ui/webui/supervised_user_internals_ui.cc
+++ b/chrome/browser/ui/webui/supervised_user_internals_ui.cc
@@ -22,6 +22,7 @@ content::WebUIDataSource* CreateSupervisedUserInternalsHTMLSource() {
source->AddResourcePath("supervised_user_internals.css",
IDR_SUPERVISED_USER_INTERNALS_CSS);
source->SetDefaultResource(IDR_SUPERVISED_USER_INTERNALS_HTML);
+ source->DisableI18nAndUseGzipForAllPaths();
return source;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698