| Index: chrome/browser/resources/chromeos/emulator/bluetooth_settings.js
|
| diff --git a/chrome/browser/resources/chromeos/emulator/bluetooth_settings.js b/chrome/browser/resources/chromeos/emulator/bluetooth_settings.js
|
| index 341375daef1c342dfd23ce8afe5aea1310d26845..a8a5b055c9bbcc903edbc78fd86798950597c1e0 100644
|
| --- a/chrome/browser/resources/chromeos/emulator/bluetooth_settings.js
|
| +++ b/chrome/browser/resources/chromeos/emulator/bluetooth_settings.js
|
| @@ -133,13 +133,8 @@ Polymer({
|
| */
|
| devicePaths: {},
|
|
|
| - ready: function() { this.title = 'Bluetooth'; },
|
| -
|
| - initialize: function() {
|
| - if (!this.initialized) {
|
| - this.initialized = true;
|
| - chrome.send('requestBluetoothInfo');
|
| - }
|
| + ready: function() {
|
| + chrome.send('requestBluetoothInfo');
|
| },
|
|
|
| observers: ['currentEditableObjectChanged(currentEditableObject.*)'],
|
|
|