Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2685)

Unified Diff: chrome/browser/plugins/plugin_info_message_filter.cc

Issue 2626843006: Plugins: Remove left over references to chrome://plugins (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698