Index: chrome/browser/hang_monitor/hung_window_detector.cc |
diff --git a/chrome/browser/hang_monitor/hung_window_detector.cc b/chrome/browser/hang_monitor/hung_window_detector.cc |
index 89d8be87e870ec8475c0980644f66c360186bbd7..d58e36a47cfb6976f9fc537c9babda723e0c161d 100644 |
--- a/chrome/browser/hang_monitor/hung_window_detector.cc |
+++ b/chrome/browser/hang_monitor/hung_window_detector.cc |
@@ -11,13 +11,6 @@ |
#include "chrome/browser/hang_monitor/hang_crash_dump_win.h" |
#include "content/public/common/result_codes.h" |
-namespace { |
- |
-// How long do we wait for the terminated thread or process to die (in ms) |
-static const int kTerminateTimeout = 2000; |
- |
-} // namespace |
- |
const wchar_t HungWindowDetector::kHungChildWindowTimeout[] = |
L"Chrome_HungChildWindowTimeout"; |