| 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 ddff2c180542fe9cd04b34569222cdbdbfde7295..36e0b8cef750da956aadcab5313ace8cdff083dc 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc
|
| @@ -92,6 +92,20 @@ void BluetoothOptionsHandler::GetLocalizedValues(
|
| IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_AUTH_TIMEOUT },
|
| { "bluetoothConnectUnsupportedDevice",
|
| IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_UNSUPPORTED_DEVICE },
|
| + { "bluetoothConnectAttributeLengthInvalid",
|
| + IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_ATTRIBUTE_LENGTH_INVALID },
|
| + { "bluetoothConnectConnectionCongested",
|
| + IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_CONNECTION_CONGESTED },
|
| + { "bluetoothConnectInsufficientEncryption",
|
| + IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_INSUFFICIENT_ENCRYPTION },
|
| + { "bluetoothConnectOffsetInvalid",
|
| + IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_OFFSET_INVALID },
|
| + { "bluetoothConnectReadNotPermitted",
|
| + IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_READ_NOT_PERMITTED },
|
| + { "bluetoothConnectRequestNotSupported",
|
| + IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_REQUEST_NOT_SUPPORTED },
|
| + { "bluetoothConnectWriteNotPermitted",
|
| + IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_WRITE_NOT_PERMITTED },
|
| { "bluetoothDisconnectFailed",
|
| IDS_OPTIONS_SETTINGS_BLUETOOTH_DISCONNECT_FAILED },
|
| { "bluetoothForgetFailed",
|
|
|