summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorzelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-11 21:55:58 +0000
committerzelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-11 21:55:58 +0000
commit373badd8ec80d9ff5645cdeb18a7ad57f43e4b35 (patch)
tree6cf7db3be5832874ac44719825e21ea3ce3acf15 /net/net.gyp
parentc5afccb09e2b865b20803d44e9fb1b7cb39ca123 (diff)
downloadchromium_src-373badd8ec80d9ff5645cdeb18a7ad57f43e4b35.zip
chromium_src-373badd8ec80d9ff5645cdeb18a7ad57f43e4b35.tar.gz
chromium_src-373badd8ec80d9ff5645cdeb18a7ad57f43e4b35.tar.bz2
Fixed network connectivity checks specific to ChromeOS. Previously we were doing this check only for network specific changes and missing the initial connect event.
This change also include the fix for passing the initial connectivity state of the network for all platforms. BUG=chromium-os:17165,86538 TEST=Make sure "Your device is offline" page refreshes properly once connection is establishes on chromeos. Review URL: http://codereview.chromium.org/7285021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 996954a..40de019 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -152,6 +152,7 @@
'base/net_util_win.cc',
'base/network_change_notifier.cc',
'base/network_change_notifier.h',
+ 'base/network_change_notifier_factory.h',
'base/network_change_notifier_linux.cc',
'base/network_change_notifier_linux.h',
'base/network_change_notifier_mac.cc',