Home | History | Annotate | only in /external/chromium_org/components/pref_registry
Up to higher level directory
NameDateSize
BUILD.gn05-Aug-2015660
DEPS05-Aug-201534
OWNERS05-Aug-201596
pref_registry_export.h05-Aug-2015847
pref_registry_syncable.cc05-Aug-20157.1K
pref_registry_syncable.h05-Aug-20155.3K
README05-Aug-2015239
testing_pref_service_syncable.cc05-Aug-20152.6K
testing_pref_service_syncable.h05-Aug-20151.4K

README

      1 The //components/pref_registry component provides:
      2 
      3 A place for PrefRegistrySyncable to live, where it can be used by
      4 components that need to register preferences associated with users.
      5 
      6 This component should not depend on content module.
      7