| 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 447778f1ad24d2d69a15a229321264f4ee7d6f5c..0998ec107b8b88709dd2cf47526489fa8e206317 100644
|
| --- a/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.cc
|
| +++ b/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.cc
|
| @@ -33,6 +33,11 @@ BluetoothChooserController::BluetoothChooserController(
|
|
|
| BluetoothChooserController::~BluetoothChooserController() {}
|
|
|
| +base::string16 BluetoothChooserController::GetOkButtonLabel() const {
|
| + return l10n_util::GetStringUTF16(
|
| + IDS_BLUETOOTH_DEVICE_CHOOSER_PAIR_BUTTON_TEXT);
|
| +}
|
| +
|
| size_t BluetoothChooserController::NumOptions() const {
|
| return device_names_and_ids_.size();
|
| }
|
|
|