| Index: chrome/browser/ui/webui/options/content_settings_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| index 650861f6d6a9e224a9cb8541193c03e5ab9f80a5..02e569187e0361b6fe31043237a7e1f531f7e812 100644
|
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| @@ -986,13 +986,6 @@ void ContentSettingsHandler::UpdateMediaExceptionsView() {
|
| }
|
|
|
| void ContentSettingsHandler::UpdateMIDISysExExceptionsView() {
|
| - if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableWebMIDI)) {
|
| - web_ui()->CallJavascriptFunction(
|
| - "ContentSettings.showExperimentalWebMIDISettings",
|
| - base::FundamentalValue(true));
|
| - }
|
| -
|
| UpdateSettingDefaultFromModel(CONTENT_SETTINGS_TYPE_MIDI_SYSEX);
|
| UpdateExceptionsViewFromHostContentSettingsMap(
|
| CONTENT_SETTINGS_TYPE_MIDI_SYSEX);
|
|
|