Index: chrome/browser/resources/options/browser_options.js |
diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js |
index ebdf7ffa36db1d91106de75bd9df0cb40a7976d6..2d7911cc9f5d2dd2f6b7a3343e136c4643ab91c0 100644 |
--- a/chrome/browser/resources/options/browser_options.js |
+++ b/chrome/browser/resources/options/browser_options.js |
@@ -1293,14 +1293,6 @@ cr.define('options', function() { |
}, |
/** |
- * Show/hide the display options button on the System settings page. |
- * @private |
- */ |
- showDisplayOptions_: function(show) { |
- $('display-options-section').hidden = !show; |
- }, |
- |
- /** |
* Activate the Bluetooth settings section on the System settings page. |
* @private |
*/ |
@@ -1417,7 +1409,6 @@ cr.define('options', function() { |
'setupPageZoomSelector', |
'setupProxySettingsSection', |
'showBluetoothSettings', |
- 'showDisplayOptions', |
'showMouseControls', |
'showTouchpadControls', |
'updateAccountPicture', |