• Home
Name Date Size #Lines LOC

..--

OWNERSD07-May-202474 54

READMED07-May-2024285 75

base_prefs_export.hD07-May-2024776 3020

persistent_pref_store.hD07-May-20242.9 KiB7835

pref_filter.hD07-May-20242.3 KiB5623

pref_notifier.hD07-May-2024882 2710

pref_observer.hD07-May-2024633 2210

writeable_pref_store.hD07-May-20242.6 KiB7333

README

1Prefs is a general-purpose key-value store for application preferences.
2
3The Prefs code lives in base/prefs but is not part of the
4'base/base.gyp:base' library because of a desire to keep its use
5optional. If you use Prefs, you should add a GYP dependency on
6base/base.gyp:base_prefs.
7