| Index: content/public/browser/bluetooth_chooser.h
|
| diff --git a/content/public/browser/bluetooth_chooser.h b/content/public/browser/bluetooth_chooser.h
|
| index b9f44a482302bff53760d225ff8fb35e19616b26..aec3c2f19415c7606f2c6fe578d36aca43334318 100644
|
| --- a/content/public/browser/bluetooth_chooser.h
|
| +++ b/content/public/browser/bluetooth_chooser.h
|
| @@ -28,8 +28,6 @@ class CONTENT_EXPORT BluetoothChooser {
|
| RESCAN,
|
| // Show overview page for Bluetooth.
|
| SHOW_OVERVIEW_HELP,
|
| - // Show help page explaining what Bluetooth pairing means.
|
| - SHOW_PAIRING_HELP,
|
| // Show help page explaining why scanning failed because Bluetooth is off.
|
| SHOW_ADAPTER_OFF_HELP,
|
| // Show help page explaining why Chromium needs the Location permission to
|
| @@ -46,9 +44,9 @@ class CONTENT_EXPORT BluetoothChooser {
|
| //
|
| // The EventHandler won't be called after the chooser object is destroyed.
|
| //
|
| - // After the EventHandler is called with Event::CANCELLED or Event::SELECTED,
|
| - // it won't be called again, and users must not call any more BluetoothChooser
|
| - // methods.
|
| + // After the EventHandler is called with Event::CANCELLED, Event::SELECTED,
|
| + // Event::DENIED_PERMISSION or Event::SHOW_*, it won't be called again, and
|
| + // users must not call any more BluetoothChooser methods.
|
| typedef base::Callback<void(Event, const std::string& opt_device_id)>
|
| EventHandler;
|
|
|
|
|