summaryrefslogtreecommitdiffstats
path: root/chromium/components/precache/README
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/precache/README')
-rw-r--r--chromium/components/precache/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/chromium/components/precache/README b/chromium/components/precache/README
deleted file mode 100644
index 438ab7b781d..00000000000
--- a/chromium/components/precache/README
+++ /dev/null
@@ -1,11 +0,0 @@
-The precache component contains code for an experimental prototype to
-proactively load Web resources into the network stack's disk cache.
-
-To enable this feature use the command line flag --enable-precache.
-
-Precache is a layered component. See:
-http://www.chromium.org/developers/design-documents/layered-components-design
-
-Folder structure:
-
- core/ contains the core logic of the component.