diff options
author | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 20:20:26 +0000 |
---|---|---|
committer | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 20:20:26 +0000 |
commit | 86e2015dae909587a44405e1a616eca9dd7e7a52 (patch) | |
tree | 71652d14992c0ed230bf387310787e4e829f552c /net/base/network_change_notifier.h | |
parent | 9ed24fef99771e228942bc3823e9e9ee9086128c (diff) | |
download | chromium_src-86e2015dae909587a44405e1a616eca9dd7e7a52.zip chromium_src-86e2015dae909587a44405e1a616eca9dd7e7a52.tar.gz chromium_src-86e2015dae909587a44405e1a616eca9dd7e7a52.tar.bz2 |
Revert "Offline state detection for linux, using new D-Bus library."
This reverts commit b383640dbf09a7696e65a8ebe50711562c9943b4.
Broke the Linux shared build.
BUG=53473
TBR=willchan
Review URL: http://codereview.chromium.org/8578013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110346 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/network_change_notifier.h')
-rw-r--r-- | net/base/network_change_notifier.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/base/network_change_notifier.h b/net/base/network_change_notifier.h index 94e23a9..85fff2c9 100644 --- a/net/base/network_change_notifier.h +++ b/net/base/network_change_notifier.h @@ -136,7 +136,6 @@ class NET_EXPORT NetworkChangeNotifier { static void NotifyObserversOfDNSChange(); private: - friend class NetworkChangeNotifierLinuxTest; friend class NetworkChangeNotifierWinTest; // Allows a second NetworkChangeNotifier to be created for unit testing, so |