Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: extensions/common/api/bluetooth/bluetooth_manifest_data.h

Issue 1096393002: API stubs for the BLE advertisement API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « extensions/common/api/_behavior_features.json ('k') | extensions/common/api/bluetooth/bluetooth_manifest_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698