commit | f623bafe9c5b8cbd1d63c4d7c9b69de172552df5 | [log] [tgz] |
---|---|---|
author | Ramin Halavati <[email protected]> | Tue Jul 17 12:12:58 2018 |
committer | Commit Bot <[email protected]> | Tue Jul 17 12:12:58 2018 |
tree | 0b473f0c24e5958f85a099be9a48283f258ff8c5 | |
parent | 93203a98d131db49fecd564427bd3204bbf50acf [diff] |
Change incognito preference store default to in-memory. The default storage for OverlayUserPrefStore which is used for incognito preferences is the persistent storage in the regular profile, and preference types that should not be stored there must be enumerated in CreateIncognitoPrefServiceSyncable. This is changed so that the default storage is in memory, and preferences that need a persistent storage would need enumeration. Bug: 861722 Change-Id: Ia4c8f655752a07f81fb6d35685876cd252118999 Reviewed-on: https://chromium-review.googlesource.com/1128753 Commit-Queue: Ramin Halavati <[email protected]> Reviewed-by: Jonathan Ross <[email protected]> Reviewed-by: Gabriel Charette <[email protected]> Reviewed-by: Mike West <[email protected]> Cr-Commit-Position: refs/heads/master@{#575613}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .