blob: a49604ee84832e1bd0f940f775f5ea3882748f75 [file] [log] [blame]
David Ghandehari9e5b5872016-07-28 09:50:04 -07001Prefs is a general-purpose key-value store for application preferences.
2
3At the moment, src/base/prefs has a bunch of dependencies back to
4src/chrome, and thus should only be used by code under src/chrome.
5
6We are working to remove these dependencies; once we do so,
7src/base/prefs will be available as a separate module, 'base_prefs',
8from src/base/base.gyp.
9
10Until that happens, please do not try to reuse outside of chrome/.