Chromium Code Reviews| Index: extensions/common/api/bluetooth/bluetooth_manifest_data.h |
| diff --git a/extensions/common/api/bluetooth/bluetooth_manifest_data.h b/extensions/common/api/bluetooth/bluetooth_manifest_data.h |
| index e4c489d8bf8a80c15d2e201144390a9d0a5ab5e0..6b593510cb0f5132f129440f0b10b9f80ed2e5bd 100644 |
| --- a/extensions/common/api/bluetooth/bluetooth_manifest_data.h |
| +++ b/extensions/common/api/bluetooth/bluetooth_manifest_data.h |
| @@ -34,6 +34,7 @@ class BluetoothManifestData : public Extension::ManifestData { |
| static bool CheckSocketPermitted(const Extension* extension); |
| static bool CheckLowEnergyPermitted(const Extension* extension); |
| + static bool CheckPeripheralPermitted(const Extension* extensio); |
|
armansito
2015/04/21 22:48:09
nit: s/extensio/extension/
rkc
2015/04/27 18:39:09
Done.
|
| // 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. |