| Index: chrome/browser/plugins/plugin_info_message_filter.cc
|
| diff --git a/chrome/browser/plugins/plugin_info_message_filter.cc b/chrome/browser/plugins/plugin_info_message_filter.cc
|
| index 3543c2e7610e9bea6d863788cf72c9933d5b032a..75a6fda631f1af6039c7497e1a373a58c04e412c 100644
|
| --- a/chrome/browser/plugins/plugin_info_message_filter.cc
|
| +++ b/chrome/browser/plugins/plugin_info_message_filter.cc
|
| @@ -499,9 +499,6 @@ bool PluginInfoMessageFilter::Context::FindEnabledPlugin(
|
| if (PluginUtils::ShouldPreferHtmlOverPlugins(host_content_settings_map_) &&
|
| matching_plugins[0].name ==
|
| base::ASCIIToUTF16(content::kFlashPluginName)) {
|
| - // TODO(tommycli): This assumes that Flash can no longer be disabled
|
| - // via chrome://plugins. That should be fine since chrome://plugins is
|
| - // going away, but we should verify before launching HBD.
|
| *status = ChromeViewHostMsg_GetPluginInfo_Status::kFlashHiddenPreferHtml;
|
|
|
| // In the Prefer HTML case, the plugin is actually enabled, but hidden.
|
|
|