Implement base class of NetworkQualityProvider
-- Added base class of NetworkQualityProvider:
net/base/network_quality_provider.{h, cc}.
This will be
used by net stack to interact with NQP.
-- NetworkQualityEstimator is notified by NQP when
an updated value is available.
BUG=472685
Review URL: https://codereview.chromium.org/1285693002
Cr-Commit-Position: refs/heads/master@{#343472}
diff --git a/net/net.gypi b/net/net.gypi
index 2e476987..2867a56 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -428,6 +428,7 @@
'base/elements_upload_data_stream.cc',
'base/elements_upload_data_stream.h',
'base/expiring_cache.h',
+ 'base/external_estimate_provider.h',
'base/file_stream.cc',
'base/file_stream.h',
'base/file_stream_context.cc',