|
Implement delete methods for the various CannedBrowsingDataHelpers.
This will allow individual cookies and other site data to be deleted via the
CookieTreeModel GUI. As a result of this change, updates to the various
storage systems will be pushed to the canned helpers after creation of the
CookieTreeModel.
Also removes a pimpl for BrowsingDataIndexedDBHelper since no other canned
helpers followed this pattern.
BUG= 168996
TEST=No visible changes yet. Deleters covered by unit tests.
TBR=dbeam@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243315
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+321 lines, -195 lines) |
Patch |
 |
M |
chrome/browser/browsing_data/browsing_data_appcache_helper.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_appcache_helper.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_appcache_helper_unittest.cc
|
View
|
|
2 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_cookie_helper.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_cookie_helper.cc
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_cookie_helper_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_database_helper.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_database_helper.cc
|
View
|
1
2
3
|
3 chunks |
+21 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_database_helper_unittest.cc
|
View
|
|
2 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_file_system_helper.h
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_file_system_helper.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_indexed_db_helper.h
|
View
|
1
2
|
3 chunks |
+38 lines, -29 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_indexed_db_helper.cc
|
View
|
1
2
|
8 chunks |
+32 lines, -87 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_indexed_db_helper_browsertest.cc
|
View
|
1
|
3 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc
|
View
|
|
2 chunks |
+44 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_local_storage_helper.h
|
View
|
1
2
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_local_storage_helper.cc
|
View
|
1
2
3
|
2 chunks |
+14 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_local_storage_helper_unittest.cc
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/cookies_tree_model.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/cookies_tree_model_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/mock_browsing_data_indexed_db_helper.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/mock_browsing_data_indexed_db_helper.cc
|
View
|
1
|
1 chunk |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/content_settings/local_shared_objects_container.cc
|
View
|
|
4 chunks |
+13 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/cookies_view_handler.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|