Chromium Code Reviews| Index: components/pref_registry/README |
| diff --git a/components/pref_registry/README b/components/pref_registry/README |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..041a10309f0d1cb815c22fd94e1c55ad15528746 |
| --- /dev/null |
| +++ b/components/pref_registry/README |
| @@ -0,0 +1,6 @@ |
| +The //components/pref_registry component provides: |
| + |
| +A place for PrefRegistrySyncable to live, where it can be used by |
| +components that need to register preferences associated with users. |
| + |
| +This component should not depend on content module. |