Home | History | Annotate | only in /external/chromium_org/components/pref_registry
Up to higher level directory
NameDateSize
BUILD.gn10-Mar-2015660
DEPS16-Dec-201434
OWNERS16-Dec-201496
pref_registry_export.h16-Dec-2014847
pref_registry_syncable.cc10-Mar-20157.1K
pref_registry_syncable.h16-Dec-20145.3K
README16-Dec-2014239
testing_pref_service_syncable.cc16-Dec-20142.6K
testing_pref_service_syncable.h16-Dec-20141.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