summaryrefslogtreecommitdiffstats
path: root/chromium/components/translate/README
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/translate/README')
-rw-r--r--chromium/components/translate/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/chromium/components/translate/README b/chromium/components/translate/README
deleted file mode 100644
index 076afe91f87..00000000000
--- a/chromium/components/translate/README
+++ /dev/null
@@ -1,8 +0,0 @@
-- translate/language detection depends on the CLD library and should only be
-used from the renderer to avoid bloating the DLLs on Windows.
-
-- Translate is not allowed to depend on content/, because it is used by iOS.
-If dependences on content/ need to be added to Translate, it will have to be
-made into a layered component: see
-http://www.chromium.org/developers/design-documents/layered-components-design
-for more information.