summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prefs/profile_pref_store_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-161-9/+8
* Move all files related to tracked preferences from c/b/prefs to c/b/prefs/tra...gab2014-10-021-1/+1
* Remove implicit conversions from scoped_refptr to T* in chrome/browser/prefs/dcheng2014-08-281-4/+4
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/thestig2014-08-261-1/+1
* Invoke the StartSyncFlare for prefs when performing an automatic reset.gab@chromium.org2014-07-211-0/+6
* Expand the JsonPrefStore's interface to allow for an alternate filename to be...gab@chromium.org2014-06-201-1/+4
* Move preference MACs to the protected preference stores.erikwright@chromium.org2014-06-181-50/+36
* Remove unloaded profile hash store initialization. Also:erikwright@chromium.org2014-06-141-178/+2
* Add TrackedPreferenceValidationDelegate, by which the creator of agrt@chromium.org2014-05-261-1/+7
* components: Extract pref_registry component out of user_prefs.tfarina@chromium.org2014-05-151-1/+1
* Introduce a new framework for back-and-forth tracked preference migrationgab@chromium.org2014-05-121-45/+31
* Revert 269415 "Introduce a new framework for back-and-forth trac..."ananta@chromium.org2014-05-091-31/+45
* Introduce a new framework for back-and-forth tracked preference migrationgab@chromium.org2014-05-091-45/+31
* Revert 269346 "Introduce a new framework for back-and-forth trac..."rlp@chromium.org2014-05-091-31/+45
* Introduce a new framework for back-and-forth tracked preference migrationgab@chromium.org2014-05-091-45/+31
* Changes requested by gab for previously committed CLs.erikwright@chromium.org2014-04-101-22/+17
* Force CommitPendingWrite on Local State in sync with Preferences if there hav...gab@chromium.org2014-04-041-0/+2
* Separate storage for protected preferences into Protected Preferences file.erikwright@chromium.org2014-04-031-8/+171
* Separate storage for protected preferences into Protected Preferences file.erikwright@chromium.org2014-03-291-0/+13
* Introduce ProfilePrefStoreManager. This encapsulates all of the parameters an...erikwright@chromium.org2014-03-261-0/+251