| Index: chrome/browser/resources/chromeos/bluetooth_options.js
|
| diff --git a/chrome/browser/resources/chromeos/bluetooth_options.js b/chrome/browser/resources/chromeos/bluetooth_options.js
|
| index 7ddff60c59ac4cdd0efe6a3f5b404b36b39e3bba..50ac86514fc7ceabc466dc5c88c1927fc378279e 100644
|
| --- a/chrome/browser/resources/chromeos/bluetooth_options.js
|
| +++ b/chrome/browser/resources/chromeos/bluetooth_options.js
|
| @@ -22,11 +22,6 @@ cr.define('options', function() {
|
|
|
| BluetoothOptions.prototype = {
|
| __proto__: OptionsPage.prototype,
|
| -
|
| - /** @override */
|
| - initializePage: function() {
|
| - OptionsPage.prototype.initializePage.call(this);
|
| - },
|
| };
|
|
|
| BluetoothOptions.updateDiscovery = function() {
|
|
|