Index: chrome/browser/resources/options2/browser_options.js |
diff --git a/chrome/browser/resources/options2/browser_options.js b/chrome/browser/resources/options2/browser_options.js |
index 5bbc3bc1a27ce392f0e7272c5692a1257175defe..cf23285757e13844ead9cd2ca846d60e288ddcca 100644 |
--- a/chrome/browser/resources/options2/browser_options.js |
+++ b/chrome/browser/resources/options2/browser_options.js |
@@ -1119,6 +1119,14 @@ cr.define('options', function() { |
}, |
/** |
+ * Dectivates the bluetooth settings section from the System settings page. |
+ * @private |
+ */ |
+ hideBluetoothSettings_: function() { |
+ $('bluetooth-devices').hidden = true; |
+ }, |
+ |
+ /** |
* Sets the state of the checkbox indicating if bluetooth is turned on. The |
* state of the "Find devices" button and the list of discovered devices may |
* also be affected by a change to the state. |
@@ -1174,6 +1182,7 @@ cr.define('options', function() { |
'addBluetoothDevice', |
'getStartStopSyncButton', |
'guestModeActive', |
+ 'hideBluetoothSettings', |
'removeCloudPrintConnectorSection', |
'setAutoOpenFileTypesDisabledAttribute', |
'setBackgroundModeCheckboxState', |