| Index: chrome/browser/ui/bluetooth/bluetooth_chooser_controller.h
|
| diff --git a/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.h b/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.h
|
| index 0ec12e9b1228dab93a9eb97f80769f63ccc1b96f..deb2caa0d51ff883dca2280a269a90596a17cc2c 100644
|
| --- a/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.h
|
| +++ b/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.h
|
| @@ -28,6 +28,7 @@ class BluetoothChooserController : public ChooserController {
|
| ~BluetoothChooserController() override;
|
|
|
| // ChooserController:
|
| + base::string16 GetOkButtonLabel() const override;
|
| size_t NumOptions() const override;
|
| base::string16 GetOption(size_t index) const override;
|
| void Select(size_t index) override;
|
|
|