| 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 3a1f1160370f7975a40aeaa67f485cbf6ddf78d7..3adf84f8e98bc78ca1eed270c4be040d38e942f1 100644
|
| --- a/chrome/browser/ui/webui/history_ui.cc
|
| +++ b/chrome/browser/ui/webui/history_ui.cc
|
| @@ -165,6 +165,7 @@ content::WebUIDataSource* CreateHistoryUIHTMLSource(Profile* profile) {
|
| source->AddResourcePath(kOtherDevicesJsFile, IDR_OTHER_DEVICES_JS);
|
| source->SetDefaultResource(IDR_HISTORY_HTML);
|
| source->DisableDenyXFrameOptions();
|
| + source->DisableI18nAndUseGzipForAllPaths();
|
|
|
| return source;
|
| }
|
|
|