| Index: chrome/browser/resources/options/content_settings.js
|
| diff --git a/chrome/browser/resources/options/content_settings.js b/chrome/browser/resources/options/content_settings.js
|
| index 598a3db3f4f7b6e09ceb00784d57c1925246d2ee..edcadafe4890d5ff79bbd9d97ac524b253f79b77 100644
|
| --- a/chrome/browser/resources/options/content_settings.js
|
| +++ b/chrome/browser/resources/options/content_settings.js
|
| @@ -206,19 +206,6 @@ cr.define('options', function() {
|
| };
|
|
|
| /**
|
| - * Shows/hides parts of the fullscreen and mouselock sections.
|
| - * @param {boolean} deprecationVisible Whether to show (or hide) the
|
| - * deprecation warning labels.
|
| - * @param {boolean} globalsVisible Whether to show (or hide) global settings.
|
| - */
|
| - ContentSettings.setExclusiveAccessVisible = function(
|
| - deprecationVisible, globalsVisible) {
|
| - $('fullscreen-deprecated').hidden = !deprecationVisible;
|
| - $('mouselock-deprecated').hidden = !deprecationVisible;
|
| - $('mouselock-global-settings').hidden = !globalsVisible;
|
| - };
|
| -
|
| - /**
|
| * Updates the microphone/camera devices menu with the given entries.
|
| * @param {string} type The device type.
|
| * @param {Array} devices List of available devices.
|
|
|