Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index f9b11029af1def1b0f9d587993bda9a5763bb5aa..0d041ee0c14c46d18a2e3595ce9bbf6f08194e5e 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -249,10 +249,10 @@ void BrowserMainLoop::MainMessageLoopStart() { |
system_monitor_.reset(new base::SystemMonitor); |
hi_res_timer_manager_.reset(new HighResolutionTimerManager); |
- network_change_notifier_.reset(net::NetworkChangeNotifier::Create()); |
- |
for (size_t i = 0; i < parts_list_.size(); ++i) |
parts_list_[i]->PostMainMessageLoopStart(); |
+ |
+ network_change_notifier_.reset(net::NetworkChangeNotifier::Create()); |
satorux1
2011/11/02 05:07:48
I thought we wanted to move this to RunMainMessage
|
} |
void BrowserMainLoop::RunMainMessageLoopParts( |