Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 19346bdecf9e3975c31d5b868a0000ed8ae00ea1..9a9d6dfdb770908404a2ac7c63815f2236d3de60 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -53,7 +53,6 @@ |
#include "content/common/content_switches_internal.h" |
#include "content/common/host_discardable_shared_memory_manager.h" |
#include "content/common/host_shared_bitmap_manager.h" |
-#include "content/common/resource_messages.h" |
#include "content/public/browser/browser_main_parts.h" |
#include "content/public/browser/content_browser_client.h" |
#include "content/public/browser/render_process_host.h" |
@@ -63,7 +62,6 @@ |
#include "content/public/common/result_codes.h" |
#include "crypto/nss_util.h" |
#include "device/battery/battery_status_service.h" |
-#include "ipc/ipc_channel.h" |
#include "media/audio/audio_manager.h" |
#include "media/base/media.h" |
#include "media/base/user_input_monitor.h" |
@@ -1123,10 +1121,6 @@ void BrowserMainLoop::InitializeMainThread() { |
// Register the main thread by instantiating it, but don't call any methods. |
main_thread_.reset( |
new BrowserThreadImpl(BrowserThread::UI, base::MessageLoop::current())); |
- |
- // TODO(erikchen): Temporary code to help track http://crbug.com/527588. |
- IPC::Channel::SetMessageVerifier( |
- &content::CheckContentsOfDataReceivedMessage); |
} |
int BrowserMainLoop::BrowserThreadsStarted() { |