summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browsing_data_file_system_helper.cc
Commit message (Collapse)AuthorAgeFilesLines
* When deleting storage through the cookies tree model, also update its cachejochen@chromium.org2011-08-181-6/+6
| | | | | | | | | | BUG=43249 TEST=CookiesTreeModelTest.RemoveAll Review URL: http://codereview.chromium.org/7676002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97245 0039d316-1c4b-4281-b951-d872f2087c98
* Readability review for BrowsingDataFileSystemHelper.mkwst@chromium.org2011-07-121-58/+34
| | | | | | | | | BUG=None TEST=Examine the code. Is it readable? Review URL: http://codereview.chromium.org/7104105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92141 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-1/+3
| | | | | | | | | | | | | CID=6462,16139,16144,16145,16233,16322,16402,16421,16422,16423,16660,16663, 16942,17035,17118,17120,17144,17243,17266,17267,17268 BUG=none TEST=none R=kmadhusu@chromium.org Review URL: http://codereview.chromium.org/7206047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89894 0039d316-1c4b-4281-b951-d872f2087c98
* Stylistic fixes for BrowsingDataFileSystemHelper.mkwst@chromium.org2011-06-101-41/+51
| | | | | | | | | | | | | | | The only functional change is to drop the `profile_` property from the CannedBrowsingDataFileSystemHelper, which just stored it without ever touching it. I don't like keeping pointers around if I don't need them, so I'm dropping it here. BUG=None TEST=Read the code. Can you understand it? Review URL: http://codereview.chromium.org/7104026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88647 0039d316-1c4b-4281-b951-d872f2087c98
* Dropping BrowsingDataFileSystemHelper browser_test in favor of a unit_test.mkwst@chromium.org2011-06-091-3/+1
| | | | | | | | | | BUG=None TEST= Review URL: http://codereview.chromium.org/7065056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88531 0039d316-1c4b-4281-b951-d872f2087c98
* Integrate file systems with BrowsingDataRemovermkwst@chromium.org2011-06-071-1/+0
| | | | | | | | | | | The functionality desired isn't entirely clear. This CL takes care of the bits that everyone agrees on: when a user deletes her browsing data "since the beginning of time" both persistent and temporary filesystems are removed entirely. What we do for other time periods is still up in the air. BUG=63700 TEST=unit_tests Review URL: http://codereview.chromium.org/7087020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88119 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing addr4 errors in BrowsingDataFileSystemHelpermkwst@chromium.org2011-05-311-3/+15
| | | | | | | | | | | | | * Adding a non-empty implementation of CancelNotification(). * reverting 87060 BUG=84226 TEST=Check that Valgrind loves me again. Review URL: http://codereview.chromium.org/7062051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87299 0039d316-1c4b-4281-b951-d872f2087c98
* Adding `browsing_data_filesystem_helper*` as the first step towards content ↵mkwst@chromium.org2011-05-261-0/+289
settings UI. gypi files. BUG=63703 TEST=BrowsingDataFilesystemHelperTest* in `browser_tests` and `unit_tests` Review URL: http://codereview.chromium.org/7063020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86904 0039d316-1c4b-4281-b951-d872f2087c98