summaryrefslogtreecommitdiffstats
path: root/chrome/browser/pref_value_store.cc
Commit message (Expand)AuthorAgeFilesLines
* Notify pref observers when the PrefStore controlling a preference changes, ev...pam@chromium.org2010-08-191-2/+38
* Refactor PrefService, pulling the PREF_CHANGED notification infrastructure ou...pam@chromium.org2010-08-181-30/+44
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-13/+13
* Move a bunch of chrome/browser/ files into a policy/ subdir.evan@chromium.org2010-08-091-1/+1
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-071-0/+1
* Fix memory leak in policy refresh implementationdanno@chromium.org2010-08-061-5/+6
* Move creation of the PrefStores into the PrefValueStore, to reduce the knowle...pam@chromium.org2010-08-061-11/+45
* Changing policy while Chrome is running should refresh preferences without re...danno@chromium.org2010-08-041-1/+83
* Adjust preference sync code to only sync user modifiable preferences.mnissler@chromium.org2010-07-211-8/+12
* Add a PrefStore for loading prefs from command-line switches.pam@chromium.org2010-07-161-0/+2
* Add methods for determining which PrefStore contains a given preference, and ...pam@chromium.org2010-07-141-12/+39
* Add an ExtensionPrefStore, layered between the user prefs and the managed pre...pam@chromium.org2010-07-121-58/+40
* Support multiple PrefStoresmnissler@chromium.org2010-06-071-0/+116