| Index: chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui.cc b/chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui.cc
|
| index 476446df5f5c54c3c2f2615d4752159cd3be3646..01026e16ea4f2d384bf1d7ad78e48fd4a311d673 100644
|
| --- a/chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui.cc
|
| @@ -33,7 +33,6 @@ BluetoothPairingUI::BluetoothPairingUI(content::WebUI* web_ui)
|
|
|
| content::WebUIDataSource* source =
|
| content::WebUIDataSource::Create(chrome::kChromeUIBluetoothPairingHost);
|
| - source->SetUseJsonJSFormatV2();
|
| source->AddLocalizedStrings(localized_strings);
|
| source->SetJsonPath("strings.js");
|
| source->SetDefaultResource(IDR_BLUETOOTH_PAIR_DEVICE_HTML);
|
|
|