Index: chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc |
index f9948436888ff525d78156141612bd497a1b3793..367206eac06a15effc653cb068ce6045be9ab194 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc |
@@ -445,6 +445,14 @@ void BluetoothOptionsHandler::DisplayPasskey(device::BluetoothDevice* device, |
SendDeviceNotification(device, ¶ms); |
} |
+void BluetoothOptionsHandler::DisplayEnteredKeys( |
+ device::BluetoothDevice* device, |
+ uint32 entered) { |
+ DictionaryValue params; |
+ params.SetInteger("entered", entered); |
+ SendDeviceNotification(device, ¶ms); |
+} |
+ |
void BluetoothOptionsHandler::ConfirmPasskey(device::BluetoothDevice* device, |
uint32 passkey) { |
DictionaryValue params; |