Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: content/browser/browser_main_loop.cc

Issue 8894008: Make CF net tests a content::BrowserMainParts. (Closed) Base URL: ssh://joi@192.168.1.201/home/joi/c/chrome/src@cfnettests
Patch Set: Address review comments. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index 1e0808c6cf2e4dd96051644d77b0044c23c6b02e..44c269d2dd7e4f32a29338211e4bd0e48b330dc1 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -282,7 +282,8 @@ void BrowserMainLoop::MainMessageLoopStart() {
system_monitor_.reset(new base::SystemMonitor);
hi_res_timer_manager_.reset(new HighResolutionTimerManager);
- network_change_notifier_.reset(net::NetworkChangeNotifier::Create());
+ // DO NOT SUBMIT
+ //network_change_notifier_.reset(net::NetworkChangeNotifier::Create());
#if defined(OS_WIN)
system_message_window_.reset(new SystemMessageWindowWin);
« chrome_frame/test/net/fake_external_tab.cc ('K') | « chrome_frame/test/poor_mans_trybot.bat ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698