| Index: chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
|
| diff --git a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
|
| index 972d3957b12bcccb7d09a132ebc39434774372d3..93803dfb6ffbb30ca12ef3b37aee5c74d9e55ef1 100644
|
| --- a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
|
| +++ b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
|
| @@ -78,7 +78,7 @@ BluetoothLowEnergyExtensionFunction::BluetoothLowEnergyExtensionFunction() {
|
| BluetoothLowEnergyExtensionFunction::~BluetoothLowEnergyExtensionFunction() {
|
| }
|
|
|
| -bool BluetoothLowEnergyExtensionFunction::RunImpl() {
|
| +bool BluetoothLowEnergyExtensionFunction::RunAsync() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
| BluetoothLowEnergyEventRouter* event_router =
|
|
|