summaryrefslogtreecommitdiffstats
path: root/android_webview/BUILD.gn
diff options
context:
space:
mode:
authorsgurun <sgurun@chromium.org>2016-02-26 17:44:53 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-27 01:45:54 +0000
commit8d212a4cdf1f26a12bb22e9009fcdf3e73325905 (patch)
treef586b706d8311a23b49d02f8e74b14186720ed6f /android_webview/BUILD.gn
parent58af5dd041c0bdce1caabd2d85b0aaf7ba70885a (diff)
downloadchromium_src-8d212a4cdf1f26a12bb22e9009fcdf3e73325905.zip
chromium_src-8d212a4cdf1f26a12bb22e9009fcdf3e73325905.tar.gz
chromium_src-8d212a4cdf1f26a12bb22e9009fcdf3e73325905.tar.bz2
Revert of [Android WebView] Implement support for Network Information API and enable it. (patchset #6 id:100001 of https://codereview.chromium.org/1659363003/ )
Reason for revert: caused crbug/590383 Original issue's description: > [Android WebView] Implement support for Network Information API and enable it. > > Currently Network Information API and everything related to the > NetworkChangeNotifier is disabled in WebView. This patch implements > the required parts to enable Network Information API in WebView. > > The WebView implementation is based on NetworkChangeNotifier, > similar to chrome for Android. However the registration policy > is different: > 1. whether we listen to network changes depends on the presence > of live WebView instances, > 2. both the band-width and connectivity changes are propagated, > but a reduced network stack is involved as compared to the chrome > for android implementation, > 3. for backward compatibility invoking setNetworkAvailable() on a > webview disables network information api. > > BUG=520088 > > Committed: https://crrev.com/3673455317898f450211636919c2bef7a8e3fe0f > Cr-Commit-Position: refs/heads/master@{#376975} TBR=torne@chromium.org,pauljensen@chromium.org,timvolodine@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=520088 Review URL: https://codereview.chromium.org/1745663003 Cr-Commit-Position: refs/heads/master@{#378061}
Diffstat (limited to 'android_webview/BUILD.gn')
-rw-r--r--android_webview/BUILD.gn4
1 files changed, 0 insertions, 4 deletions
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index d3efe00..db089a5 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -450,10 +450,6 @@ source_set("common") {
"browser/net/aw_cookie_store_wrapper.h",
"browser/net/aw_http_user_agent_settings.cc",
"browser/net/aw_http_user_agent_settings.h",
- "browser/net/aw_network_change_notifier.cc",
- "browser/net/aw_network_change_notifier.h",
- "browser/net/aw_network_change_notifier_factory.cc",
- "browser/net/aw_network_change_notifier_factory.h",
"browser/net/aw_network_delegate.cc",
"browser/net/aw_network_delegate.h",
"browser/net/aw_request_interceptor.cc",