diff options
Diffstat (limited to 'base/prefs/README')
-rw-r--r-- | base/prefs/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/base/prefs/README b/base/prefs/README new file mode 100644 index 0000000..a49604e --- /dev/null +++ b/base/prefs/README @@ -0,0 +1,10 @@ +Prefs is a general-purpose key-value store for application preferences. + +At the moment, src/base/prefs has a bunch of dependencies back to +src/chrome, and thus should only be used by code under src/chrome. + +We are working to remove these dependencies; once we do so, +src/base/prefs will be available as a separate module, 'base_prefs', +from src/base/base.gyp. + +Until that happens, please do not try to reuse outside of chrome/. |