| Index: chrome/browser/extensions/api/bluetooth/bluetooth_api.cc
|
| diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc b/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc
|
| index 88053e693cfb6d506285147b7b21366440eb0b3f..5790a70fca9685dfa51b07d98e168a62d1cac121 100644
|
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc
|
| +++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc
|
| @@ -194,7 +194,8 @@ void BluetoothAddProfileFunction::OnProfileRegistered(
|
| base::Unretained(GetEventRouter(GetProfile())),
|
| extension_id(),
|
| uuid_));
|
| - GetEventRouter(GetProfile())->AddProfile(uuid_, bluetooth_profile);
|
| + GetEventRouter(GetProfile())->AddProfile(
|
| + uuid_, extension_id(), bluetooth_profile);
|
| SendResponse(true);
|
| }
|
|
|
|
|