diff options
author | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 22:28:06 +0000 |
---|---|---|
committer | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 22:28:06 +0000 |
commit | ae66a48d272b1fdc8bf475b107ae11d95edc91f9 (patch) | |
tree | df3155b2a0e99cd217b20a01dfd1c806c69a8bfd /net/DEPS | |
parent | f8e62b54e0e6e7ddf1691046109b5370859eac35 (diff) | |
download | chromium_src-ae66a48d272b1fdc8bf475b107ae11d95edc91f9.zip chromium_src-ae66a48d272b1fdc8bf475b107ae11d95edc91f9.tar.gz chromium_src-ae66a48d272b1fdc8bf475b107ae11d95edc91f9.tar.bz2 |
Offline state detection for linux, using new D-Bus library.
Relanding with fix for component build: use NET_EXPORT_PRIVATE
in network_change_notifier_linux.h.
BUG=53473
TEST=see attachment on bug 7469
R=willchan@chromium.org
Review URL: http://codereview.chromium.org/8575013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110374 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/DEPS')
-rw-r--r-- | net/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ include_rules = [ "+crypto", + "+dbus", "+jni", "+third_party/apple_apsl", "+third_party/libevent", |