blob: 546cf3cc63c95e541a4b0462641439279a2f7725 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Feed Host Component
Feed host is a component providing necessary APIs for hosting a third party
[Feed](https://chromium.googlesource.com/feed) library in Chrome. Initially the
Feed library is only supporting Chrome for Android, but most of the host API
implementations are designed to be reusable on other platforms.
Library code and host API definitions can be found under
[//third_party/feed/](../../third_party/feed/). More information about the
library is available in the [README.md](../../third_party/feed/src/README.md).
|