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