| Index: chrome/browser/ui/bluetooth/bluetooth_chooser_controller.cc
|
| diff --git a/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.cc b/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.cc
|
| index 0998ec107b8b88709dd2cf47526489fa8e206317..173fc18848dd1fe1d4f904dd4b9abd51616ab0e2 100644
|
| --- a/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.cc
|
| +++ b/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.cc
|
| @@ -29,7 +29,10 @@ Browser* GetBrowser() {
|
| BluetoothChooserController::BluetoothChooserController(
|
| content::RenderFrameHost* owner,
|
| const content::BluetoothChooser::EventHandler& event_handler)
|
| - : ChooserController(owner), event_handler_(event_handler) {}
|
| + : ChooserController(owner,
|
| + IDS_BLUETOOTH_DEVICE_CHOOSER_PROMPT_ORIGIN,
|
| + IDS_BLUETOOTH_DEVICE_CHOOSER_PROMPT_EXTENSION_NAME),
|
| + event_handler_(event_handler) {}
|
|
|
| BluetoothChooserController::~BluetoothChooserController() {}
|
|
|
|
|