| 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 5e272f3b4daca602147b4d6cc7aa26e24b3b9286..db6fbf6b92829cbaa50a485efdde8a65ac8e1fb6 100644
|
| --- a/chrome/browser/resources/options/content_settings.js
|
| +++ b/chrome/browser/resources/options/content_settings.js
|
| @@ -293,14 +293,6 @@ cr.define('options', function() {
|
| };
|
|
|
| /**
|
| - * Shows/hides the whole Web MIDI settings.
|
| - * @param {boolean} show Wether to show the whole Web MIDI settings.
|
| - */
|
| - ContentSettings.showExperimentalWebMIDISettings = function(show) {
|
| - $('experimental-web-midi-settings').hidden = !show;
|
| - };
|
| -
|
| - /**
|
| * Updates the microphone/camera devices menu with the given entries.
|
| * @param {string} type The device type.
|
| * @param {Array} devices List of available devices.
|
|
|