diff options
author | sclittle@chromium.org <sclittle@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-18 09:53:02 +0000 |
---|---|---|
committer | sclittle@chromium.org <sclittle@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-18 09:53:02 +0000 |
commit | 72779c9d9d4099c50f47b909fdecad169682dd90 (patch) | |
tree | e4c7246b7b8356e1291f25ee6730fc86c5855286 /components/OWNERS | |
parent | db6e45f29e74f0f8c2c2ea76941ab9b63cf81e66 (diff) | |
download | chromium_src-72779c9d9d4099c50f47b909fdecad169682dd90.zip chromium_src-72779c9d9d4099c50f47b909fdecad169682dd90.tar.gz chromium_src-72779c9d9d4099c50f47b909fdecad169682dd90.tar.bz2 |
Precache component
Layered component that precaches resources that we predict the user will want to fetch in the future, based on a list of page URLs that the user commonly visits. It interacts with a server component to determine the list of resources to precache.
This issue is a continuation of https://codereview.chromium.org/25481003, new issue created so that CL creator and CL author match.
BUG=306185
Review URL: https://codereview.chromium.org/27216002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/OWNERS')
-rw-r--r-- | components/OWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/OWNERS b/components/OWNERS index 3f578f2..356fe7b 100644 --- a/components/OWNERS +++ b/components/OWNERS @@ -35,6 +35,9 @@ per-file onc.gypi=gspencer@chromium.org per-file onc.gypi=pneubeck@chromium.org per-file onc.gypi=stevenjb@chromium.org +per-file precache*=bengr@chromium.org +per-file precache*=sclittle@chromium.org + per-file policy.gypi=mnissler@chromium.org per-file policy.gypi=pastarmovj@chromium.org per-file policy.gypi=joaodasilva@chromium.org |