summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/hang_monitor/hung_plugin_action.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/hang_monitor/hung_plugin_action.cc b/chrome/browser/hang_monitor/hung_plugin_action.cc
index ad04979..bcf4ff8 100644
--- a/chrome/browser/hang_monitor/hung_plugin_action.cc
+++ b/chrome/browser/hang_monitor/hung_plugin_action.cc
@@ -32,10 +32,6 @@ bool HungPluginAction::OnHungWindowDetected(HWND hung_window,
bool continue_hang_detection = true;
- if (WebPluginDelegateImpl::IsDummyActivationWindow(hung_window)) {
- return continue_hang_detection;
- }
-
DWORD hung_window_process_id = 0;
DWORD top_level_window_process_id = 0;
GetWindowThreadProcessId(hung_window, &hung_window_process_id);