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..b47cf8bdde61bc95420925c55a84af7db85d0663 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* 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. |