summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorpmeenan <pmeenan@chromium.org>2015-01-30 13:59:59 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-30 22:00:53 +0000
commited4b6f8b7392eb64fc664aa49f2627ecb5fdc073 (patch)
treec41b78ef68d5d37d5ec28ecaaa4037607524060d /components/components.gyp
parent7a47c4214a06aa1778ced28dc6c57658326bbf3d (diff)
downloadchromium_src-ed4b6f8b7392eb64fc664aa49f2627ecb5fdc073.zip
chromium_src-ed4b6f8b7392eb64fc664aa49f2627ecb5fdc073.tar.gz
chromium_src-ed4b6f8b7392eb64fc664aa49f2627ecb5fdc073.tar.bz2
Renamed the dns_prefetch component to network_predictor
This is in preparation for adding preconnect support which goes through the same underlying plumbing. dns_prefetch was too restrictive of a component name and was only exposing the single method. There are no functionality changes in this CL, just the rename (the namespace was also renamed) BUG=450682 Review URL: https://codereview.chromium.org/848303005 Cr-Commit-Position: refs/heads/master@{#314001}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 0972d45..1eb533c 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -21,7 +21,7 @@
'cronet.gypi',
'crx_file.gypi',
'data_reduction_proxy.gypi',
- 'dns_prefetch.gypi',
+ 'network_hints.gypi',
'dom_distiller.gypi',
'domain_reliability.gypi',
'enhanced_bookmarks.gypi',