Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
base_prefs_export.h | 21-Oct-2016 | 776 | |
OWNERS | 21-Oct-2016 | 74 | |
persistent_pref_store.h | 21-Oct-2016 | 2.9K | |
pref_filter.h | 21-Oct-2016 | 2.3K | |
pref_notifier.h | 21-Oct-2016 | 882 | |
pref_observer.h | 21-Oct-2016 | 633 | |
README | 21-Oct-2016 | 285 | |
writeable_pref_store.h | 21-Oct-2016 | 2.6K |
1 Prefs is a general-purpose key-value store for application preferences. 2 3 The 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 5 optional. If you use Prefs, you should add a GYP dependency on 6 base/base.gyp:base_prefs. 7