| Index: chrome/browser/ui/webui/predictors/predictors_ui.cc
|
| diff --git a/chrome/browser/ui/webui/predictors/predictors_ui.cc b/chrome/browser/ui/webui/predictors/predictors_ui.cc
|
| index 4d839d13baaa4adcecea48db51e83be63f03f56e..2a7f91a0970a6e279e867c5ac4f4aa62eda4f236 100644
|
| --- a/chrome/browser/ui/webui/predictors/predictors_ui.cc
|
| +++ b/chrome/browser/ui/webui/predictors/predictors_ui.cc
|
| @@ -19,6 +19,7 @@ content::WebUIDataSource* CreatePredictorsUIHTMLSource() {
|
| content::WebUIDataSource::Create(chrome::kChromeUIPredictorsHost);
|
| source->AddResourcePath("predictors.js", IDR_PREDICTORS_JS);
|
| source->SetDefaultResource(IDR_PREDICTORS_HTML);
|
| + source->DisableI18nAndUseGzipForAllPaths();
|
| return source;
|
| }
|
|
|
|
|