Sign in
chromium
/
chromium
/
src.git
/
e2d44aeeb051bf75827b51a1d4881ced7be5e891
/
.
/
components
/
pref_registry
/
README
blob: 041a10309f0d1cb815c22fd94e1c55ad15528746 [
file
] [
log
] [
blame
]
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
.