android_mt6572_jiabo/external/libchrome/base/prefs
2025-09-05 16:56:03 +08:00
..
base_prefs_export.h first commit 2025-09-05 16:56:03 +08:00
OWNERS first commit 2025-09-05 16:56:03 +08:00
persistent_pref_store.h first commit 2025-09-05 16:56:03 +08:00
pref_filter.h first commit 2025-09-05 16:56:03 +08:00
pref_notifier.h first commit 2025-09-05 16:56:03 +08:00
pref_observer.h first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00
writeable_pref_store.h first commit 2025-09-05 16:56:03 +08:00

Prefs is a general-purpose key-value store for application preferences.

The Prefs code lives in base/prefs but is not part of the
'base/base.gyp:base' library because of a desire to keep its use
optional. If you use Prefs, you should add a GYP dependency on
base/base.gyp:base_prefs.