Index: chrome/common/extensions/api/experimental_bluetooth.idl |
diff --git a/chrome/common/extensions/api/experimental_bluetooth.idl b/chrome/common/extensions/api/experimental_bluetooth.idl |
index c9272461542eb51b120cc23fb6fb774a9efb82a9..bdfbf814192e09ad76c61a36311bacfc245ba879 100644 |
--- a/chrome/common/extensions/api/experimental_bluetooth.idl |
+++ b/chrome/common/extensions/api/experimental_bluetooth.idl |
@@ -212,9 +212,5 @@ namespace experimental.bluetooth { |
// Fired when the power state of bluetooth on the system changes. |
// |powered| : True if bluetooth is powered, false otherwise. |
static void onPowerChanged(boolean has_power); |
- |
- // Used to return discovered devices to the extension. Users should not |
- // add listeners to this event directly. |
- static void onDeviceDiscovered_(Device device); |
}; |
}; |