Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2025)

Unified Diff: chrome/browser/resources/chromeos/login/md_login_shared.js

Issue 2876753003: Bootstrapping: Display Bluetooth name of CrOS device on OOBE screen. (Closed)
Patch Set: Address achuith@'s comments. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
*/
« no previous file with comments | « chrome/browser/resources/chromeos/login/login_shared.js ('k') | chrome/browser/resources/chromeos/login/version.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698