Index: chrome/browser/ui/webui/snippets_internals_ui.cc |
diff --git a/chrome/browser/ui/webui/snippets_internals_ui.cc b/chrome/browser/ui/webui/snippets_internals_ui.cc |
index 28f685634266fcfe5413374f841686f7cc419c09..0b9a597c562864e3f1b534e576660c4c1810a42a 100644 |
--- a/chrome/browser/ui/webui/snippets_internals_ui.cc |
+++ b/chrome/browser/ui/webui/snippets_internals_ui.cc |
@@ -21,7 +21,7 @@ content::WebUIDataSource* CreateSnippetsInternalsHTMLSource() { |
source->AddResourcePath("snippets_internals.js", IDR_SNIPPETS_INTERNALS_JS); |
source->AddResourcePath("snippets_internals.css", IDR_SNIPPETS_INTERNALS_CSS); |
source->SetDefaultResource(IDR_SNIPPETS_INTERNALS_HTML); |
- source->DisableI18nAndUseGzipForAllPaths(); |
+ source->UseGzip(std::unordered_set<std::string>()); |
return source; |
} |