Expose changes in the network quality to the renderers
A network quality observer owned by IOThread has been added. It listens
to the network quality changes and notifies renderers on the UI thread
using mojo. This is similar to how content::BrowserOnlineStateObserver
listens to the connection type changes.
BUG=719511
Review-Url: https://codereview.chromium.org/2857093002
Cr-Commit-Position: refs/heads/master@{#470654}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 7e323b6..19e4dc1 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1033,6 +1033,8 @@
"net/browser_online_state_observer.h",
"net/network_errors_listing_ui.cc",
"net/network_errors_listing_ui.h",
+ "net/network_quality_observer_impl.cc",
+ "net/network_quality_observer_impl.h",
"net/quota_policy_cookie_store.cc",
"net/quota_policy_cookie_store.h",
"net/view_blob_internals_job_factory.cc",