| Index: chrome/common/extensions/api/bluetooth/bluetooth_manifest_data.h
|
| diff --git a/chrome/common/extensions/api/bluetooth/bluetooth_manifest_data.h b/chrome/common/extensions/api/bluetooth/bluetooth_manifest_data.h
|
| index f009be8b1099b9cb12ff2b82cd8d3508e150f071..30ea7b875ef2d9f963e0dc6198a4f90027e68829 100644
|
| --- a/chrome/common/extensions/api/bluetooth/bluetooth_manifest_data.h
|
| +++ b/chrome/common/extensions/api/bluetooth/bluetooth_manifest_data.h
|
| @@ -32,6 +32,9 @@ class BluetoothManifestData : public Extension::ManifestData {
|
| static bool CheckRequest(const Extension* extension,
|
| const BluetoothPermissionRequest& request);
|
|
|
| + static bool CheckSocketPermitted(const Extension* extension);
|
| + static bool CheckLowEnergyPermitted(const Extension* extension);
|
| +
|
| // Tries to construct the info based on |value|, as it would have appeared in
|
| // the manifest. Sets |error| and returns an empty scoped_ptr on failure.
|
| static scoped_ptr<BluetoothManifestData> FromValue(const base::Value& value,
|
|
|