| Index: chrome/browser/resources/chromeos/login/md_login_shared.js
|
| diff --git a/chrome/browser/resources/chromeos/login/md_login_shared.js b/chrome/browser/resources/chromeos/login/md_login_shared.js
|
| index 6c8f05f08589bd76259644b7033a4264dcec9c61..b4b78f809674c467db829448e886d0604ed576d6 100644
|
| --- a/chrome/browser/resources/chromeos/login/md_login_shared.js
|
| +++ b/chrome/browser/resources/chromeos/login/md_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.
|
| */
|
|
|