| 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 388cc38dcae75a9c0e23caf6df884dfe8a97b6ba..74ac1664c20bbb2c600fd600061c4f8bfe6934bc 100644
|
| --- a/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
|
| @@ -24,6 +24,7 @@ BluetoothInternalsUI::BluetoothInternalsUI(content::WebUI* web_ui)
|
| "device/bluetooth/public/interfaces/adapter.mojom",
|
| IDR_BLUETOOTH_MOJO_JS);
|
| html_source->SetDefaultResource(IDR_BLUETOOTH_INTERNALS_HTML);
|
| + html_source->DisableI18nAndUseGzipForAllPaths();
|
|
|
| Profile* profile = Profile::FromWebUI(web_ui);
|
| content::WebUIDataSource::Add(profile, html_source);
|
|
|