|
|
Move BrowsingDataFilterBuilder[Impl] to content/
BrowsingDataFilterBuilder[Impl] is to be used by both content/ and chrome/
parts of the browsing_data/ codebase. Therefore, we move it to
content/browsing_data with a public interface in content/public/.
Note that this CL is the *first* part of browsing_data/ codebase that is
moving to content/; BrowsingDataFilterBuilder has no users in content/ yet.
BrowsingDataRemover[Impl] will move soon after. The intention of this CL
is to make the upcoming change smaller.
BUG= 668114
Review-Url: https://codereview.chromium.org/2657453006
Cr-Commit-Position: refs/heads/master@{#447983}
Committed: https://chromium.googlesource.com/chromium/src/+/a3c7cfd551d34f0edd4fc8c84d3aa172eba303c6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+83 lines, -944 lines) |
Patch |
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/preferences/pref_service_bridge.cc
|
View
|
1
2
3
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/browsing_data/browsing_data_filter_builder.h
|
View
|
|
1 chunk |
+0 lines, -98 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/browsing_data/browsing_data_filter_builder_impl.h
|
View
|
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/browsing_data/browsing_data_filter_builder_impl.cc
|
View
|
|
1 chunk |
+0 lines, -216 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/browsing_data/browsing_data_filter_builder_impl_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -546 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_remover.h
|
View
|
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_remover_browsertest.cc
|
View
|
|
3 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_remover_delegate.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_remover_impl.h
|
View
|
|
5 chunks |
+14 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_remover_impl.cc
|
View
|
|
3 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc
|
View
|
1
2
3
|
3 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
|
3 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client_unittest.cc
|
View
|
|
3 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/browsing_data/OWNERS
|
View
|
1
2
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/browser/browsing_data/browsing_data_filter_builder_impl.h
|
View
|
|
2 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
content/browser/browsing_data/browsing_data_filter_builder_impl.cc
|
View
|
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
A + |
content/browser/browsing_data/browsing_data_filter_builder_impl_unittest.cc
|
View
|
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/browser/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
content/public/browser/browsing_data_filter_builder.h
|
View
|
|
5 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/test/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 31 (20 generated)
|