| Index: chrome/browser/resources/chromeos/login/login_shared.js
|
| diff --git a/chrome/browser/resources/chromeos/login/login_shared.js b/chrome/browser/resources/chromeos/login/login_shared.js
|
| index 58d3aafe0f020c1837d253344d0e26e208df6a30..9e21431e4deb7b335d0c42c976ec686aaa52bae9 100644
|
| --- a/chrome/browser/resources/chromeos/login/login_shared.js
|
| +++ b/chrome/browser/resources/chromeos/login/login_shared.js
|
| @@ -251,6 +251,14 @@ cr.define('cr.ui', function() {
|
| };
|
|
|
| /**
|
| + * Sets the text content of the Bluetooth device info message.
|
| + * @param {string} bluetoothName The Bluetooth device name text.
|
| + */
|
| + Oobe.setBluetoothDeviceInfo = function(bluetoothName) {
|
| + DisplayManager.setBluetoothDeviceInfo(bluetoothName);
|
| + };
|
| +
|
| + /**
|
| * Updates the device requisition string shown in the requisition prompt.
|
| * @param {string} requisition The device requisition.
|
| */
|
|
|