Index: base/message_loop/message_pump_win.cc |
diff --git a/base/message_loop/message_pump_win.cc b/base/message_loop/message_pump_win.cc |
index 898f71f6338bf6114ef4a7298e111258fc463ce5..de20bdc084dc7e2c0df81108a70a9d1bc9410b70 100644 |
--- a/base/message_loop/message_pump_win.cc |
+++ b/base/message_loop/message_pump_win.cc |
@@ -9,7 +9,6 @@ |
#include <limits> |
-#include "base/debug/crash_logging.h" |
#include "base/memory/ptr_util.h" |
#include "base/message_loop/message_loop.h" |
#include "base/metrics/histogram.h" |
@@ -637,11 +636,6 @@ |
return false; |
if (msg.message == WM_QUIT) { |
- // Try to figure out if we've received a WM_QUIT targeted towards a |
- // window. http://crbug.com/647068 |
- // TODO(jbauman): Remove once we've got some data about this. |
- base::debug::SetCrashKeyValue("received_quit_message", |
- base::StringPrintf("%d", !!msg.hwnd)); |
// Repost the QUIT message so that it will be retrieved by the primary |
// GetMessage() loop. |
state_->should_quit = true; |