summaryrefslogtreecommitdiffstats
path: root/chrome/browser/pref_value_store.h
Commit message (Expand)AuthorAgeFilesLines
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-198/+0
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-191-1/+0
* Notify pref observers when the PrefStore controlling a preference changes, ev...pam@chromium.org2010-08-191-3/+19
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-2/+2
* Refactor PrefService, pulling the PREF_CHANGED notification infrastructure ou...pam@chromium.org2010-08-181-28/+16
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-12/+12
* Fix memory leak in policy refresh implementationdanno@chromium.org2010-08-061-7/+10
* Move creation of the PrefStores into the PrefValueStore, to reduce the knowle...pam@chromium.org2010-08-061-12/+30
* Changing policy while Chrome is running should refresh preferences without re...danno@chromium.org2010-08-041-1/+45
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Adjust preference sync code to only sync user modifiable preferences.mnissler@chromium.org2010-07-211-1/+11
* Add a PrefStore for loading prefs from command-line switches.pam@chromium.org2010-07-161-0/+4
* Add methods for determining which PrefStore contains a given preference, and ...pam@chromium.org2010-07-141-4/+16
* Add an ExtensionPrefStore, layered between the user prefs and the managed pre...pam@chromium.org2010-07-121-13/+25
* Support multiple PrefStoresmnissler@chromium.org2010-06-071-0/+91