Home | History | Annotate | only in /external/chromium_org/components/pref_registry
Up to higher level directory
NameDateSize
BUILD.gn23-Apr-2015660
DEPS23-Apr-201534
OWNERS23-Apr-201596
pref_registry_export.h23-Apr-2015847
pref_registry_syncable.cc23-Apr-20157.1K
pref_registry_syncable.h23-Apr-20155.3K
README23-Apr-2015239
testing_pref_service_syncable.cc23-Apr-20152.6K
testing_pref_service_syncable.h23-Apr-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