| Index: device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc
|
| index d30a9e059bc036adccfec08df3797eced37ad925..db228aa72080d56a16ff1735ce986b508d9b188a 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc
|
| @@ -18,7 +18,6 @@ FakeBluetoothGattCharacteristicServiceProvider::
|
| std::unique_ptr<BluetoothGattAttributeValueDelegate> delegate,
|
| const std::string& uuid,
|
| const std::vector<std::string>& flags,
|
| - const std::vector<std::string>& permissions,
|
| const dbus::ObjectPath& service_path)
|
| : object_path_(object_path),
|
| uuid_(uuid),
|
| @@ -33,7 +32,7 @@ FakeBluetoothGattCharacteristicServiceProvider::
|
| DCHECK(base::StartsWith(object_path_.value(), service_path_.value() + "/",
|
| base::CompareCase::SENSITIVE));
|
|
|
| - // TODO(armansito): Do something with |flags| and |permissions|.
|
| + // TODO(rkc): Do something with |flags|.
|
| FakeBluetoothGattManagerClient* fake_bluetooth_gatt_manager_client =
|
| static_cast<FakeBluetoothGattManagerClient*>(
|
| bluez::BluezDBusManager::Get()->GetBluetoothGattManagerClient());
|
|
|