summaryrefslogtreecommitdiffstats
path: root/net/base/network_change_notifier_mac.h
Commit message (Expand)AuthorAgeFilesLines
* Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...eroman@chromium.org2010-10-091-0/+3
* Reland r58230.willchan@chromium.org2010-09-071-7/+29
* Fix NetworkChangeNotifier crashes on Mac.willchan@chromium.org2010-09-031-29/+7
* Stop NetworkChangeNotifierMac from calling a virtual function before the cons...willchan@chromium.org2010-09-011-7/+29
* Use notification-based API for getting system proxy settings on Mac rather th...eroman@chromium.org2010-07-301-35/+7
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-27/+27
* Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-5/+1
* Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-1/+5
* Implement a TODO: Move "NonThreadSafe" inheritance from NetworkChangeNotifier...pkasting@chromium.org2010-06-171-14/+8
* Revert r41459:willchan@chromium.org2010-03-121-1/+3
* Change Mac to DCHECK if NetworkChangeNotifier observer list is not empty by d...willchan@chromium.org2010-03-121-3/+1
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-251-5/+9
* Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-9/+5
* Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-5/+9
* Wait a second before initializing the Mac notifier thread.willchan@chromium.org2010-02-101-1/+12
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-211-0/+51