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 eaf4a5554441120fb6e1602d74d9e27c4bca8268..eb1354cd0d97e1f35d01d48c56122a080420b0a8 100644 |
--- a/chrome/browser/resources/options/browser_options.js |
+++ b/chrome/browser/resources/options/browser_options.js |
@@ -1284,14 +1284,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 |
*/ |
@@ -1408,7 +1400,6 @@ cr.define('options', function() { |
'setupPageZoomSelector', |
'setupProxySettingsSection', |
'showBluetoothSettings', |
- 'showDisplayOptions', |
'showMouseControls', |
'showTouchpadControls', |
'updateAccountPicture', |