summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chromium/net/base/network_config_watcher_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/net/base/network_config_watcher_mac.cc b/chromium/net/base/network_config_watcher_mac.cc
index bc46c120640..ef61ad3e986 100644
--- a/chromium/net/base/network_config_watcher_mac.cc
+++ b/chromium/net/base/network_config_watcher_mac.cc
@@ -121,7 +121,7 @@ NetworkConfigWatcherMac::NetworkConfigWatcherMac(Delegate* delegate)
// We create this notifier thread because the notification implementation
// needs a thread with a CFRunLoop, and there's no guarantee that
// MessageLoop::current() meets that criterion.
- base::Thread::Options thread_options(base::MessageLoop::TYPE_UI, 0);
+ base::Thread::Options thread_options(base::MessageLoop::TYPE_DEFAULT, 0);
notifier_thread_->StartWithOptions(thread_options);
}