diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 21:26:17 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 21:26:17 +0000 |
commit | 34168967957a98806999ed30da341823e973dda4 (patch) | |
tree | 8beadb9e42239690818122db652e8253412ab4a4 /content/DEPS | |
parent | 0e935c74fd6ca38866df63af66dc535497172950 (diff) | |
download | chromium_src-34168967957a98806999ed30da341823e973dda4.zip chromium_src-34168967957a98806999ed30da341823e973dda4.tar.gz chromium_src-34168967957a98806999ed30da341823e973dda4.tar.bz2 |
Rework wifi_data_provider_linux.cc with our D-Bus library.
The code is now a lot simpler, and unit tested.
The dlopen hack and the timeout hack are now gone.
BUG=90036
TEST=confirm that the geolocation works on maps.google.com on a device with wifi network
Review URL: http://codereview.chromium.org/7725001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98307 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index 24476e0..b05fedd 100644 --- a/content/DEPS +++ b/content/DEPS @@ -21,6 +21,7 @@ include_rules = [ "+content/common", "+content/test", + "+dbus", "+grit", "+gpu", "+net", |