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

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: Created 5 years, 8 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..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.

Powered by Google App Engine
This is Rietveld 408576698