Index: chrome/browser/ui/webui/history_ui.cc |
diff --git a/chrome/browser/ui/webui/history_ui.cc b/chrome/browser/ui/webui/history_ui.cc |
index 6a977493bab3ba90a5375bc7a2d2343650197b5c..ea2ea05be527121b7265fdcac52b6ecd479f0125 100644 |
--- a/chrome/browser/ui/webui/history_ui.cc |
+++ b/chrome/browser/ui/webui/history_ui.cc |
@@ -169,7 +169,7 @@ content::WebUIDataSource* CreateHistoryUIHTMLSource(Profile* profile) { |
source->AddResourcePath(kOtherDevicesJsFile, IDR_OTHER_DEVICES_JS); |
source->SetDefaultResource(IDR_HISTORY_HTML); |
source->DisableDenyXFrameOptions(); |
- source->DisableI18nAndUseGzipForAllPaths(); |
+ source->UseGzip(std::unordered_set<std::string>()); |
return source; |
} |