Index: components/plugins/renderer/loadable_plugin_placeholder.cc |
diff --git a/components/plugins/renderer/loadable_plugin_placeholder.cc b/components/plugins/renderer/loadable_plugin_placeholder.cc |
index 1669c07542206dfbd963c46e84c050fc2e26f700..3496764e1d5d03c2dc7d4f376dab4d61b3eaf235 100644 |
--- a/components/plugins/renderer/loadable_plugin_placeholder.cc |
+++ b/components/plugins/renderer/loadable_plugin_placeholder.cc |
@@ -209,8 +209,7 @@ void LoadablePluginPlaceholder::OnUnobscuredRectUpdate( |
: RenderFrame::RECORD_DECISION); |
bool plugin_is_tiny_and_blocked = |
- is_blocked_for_tinyness_ && |
- status == RenderFrame::CONTENT_STATUS_ESSENTIAL_CROSS_ORIGIN_TINY; |
+ is_blocked_for_tinyness_ && status == RenderFrame::CONTENT_STATUS_TINY; |
// Early exit for plugins that we've discovered to be essential. |
if (!plugin_is_tiny_and_blocked && |