Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(491)

Side by Side Diff: base/prefs/README

Issue 11243002: Move the bits of Prefs where production code has only trivially easy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments, fix gypi problem Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « base/prefs/DEPS ('k') | base/prefs/default_pref_store.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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/.
OLDNEW
« no previous file with comments | « base/prefs/DEPS ('k') | base/prefs/default_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698