Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 944d40c7e34f010b711dc38cc96fe6abcb2b953d..9086462baf91414c2a00bb44490bfd6dc9f10fdb 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -246,7 +246,9 @@ void BrowserMainLoop::MainMessageLoopStart() { |
system_monitor_.reset(new base::SystemMonitor); |
hi_res_timer_manager_.reset(new HighResolutionTimerManager); |
+#if !defined(OS_CHROMEOS) |
satorux1
2011/10/29 02:28:48
This looks wrong. network_change_notifier_ will be
|
network_change_notifier_.reset(net::NetworkChangeNotifier::Create()); |
+#endif |
for (size_t i = 0; i < parts_list_.size(); ++i) |
parts_list_[i]->PostMainMessageLoopStart(); |