| Index: chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
|
| diff --git a/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc b/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
|
| index f11a7ede2c634b07976e6c2edfbf2a097a4f08aa..be71d8912b6bdc54c643bf4596caf9468bc05493 100644
|
| --- a/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
|
| @@ -42,7 +42,7 @@ BluetoothInternalsUI::BluetoothInternalsUI(content::WebUI* web_ui)
|
| html_source->AddResourcePath("device/bluetooth/public/interfaces/uuid.mojom",
|
| IDR_BLUETOOTH_UUID_MOJO_JS);
|
| html_source->SetDefaultResource(IDR_BLUETOOTH_INTERNALS_HTML);
|
| - html_source->DisableI18nAndUseGzipForAllPaths();
|
| + html_source->UseGzipForAllPaths();
|
|
|
| Profile* profile = Profile::FromWebUI(web_ui);
|
| content::WebUIDataSource::Add(profile, html_source);
|
|
|