Index: chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_api.h b/chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
index a7abe404fa35543fb65c1271fc6b5607f437e05d..c918ebc9dc6ff7b414cc38d27682bc0e07660a62 100644 |
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
+++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
@@ -59,6 +59,17 @@ class BluetoothGetAddressFunction : public SyncExtensionFunction { |
virtual bool RunImpl() OVERRIDE; |
}; |
+class BluetoothGetNameFunction : public SyncExtensionFunction { |
+ public: |
+ DECLARE_EXTENSION_FUNCTION_NAME("experimental.bluetooth.getName") |
+ |
+ protected: |
+ virtual ~BluetoothGetNameFunction() {} |
+ |
+ // ExtensionFunction: |
+ virtual bool RunImpl() OVERRIDE; |
+}; |
+ |
class BluetoothGetDevicesFunction : public AsyncExtensionFunction { |
public: |
DECLARE_EXTENSION_FUNCTION_NAME("experimental.bluetooth.getDevices") |