|
|
Move SafeBrowsingUIManager::UnsafeResource to security_interstitials component.
UnsafeResource is used in creating/showing SB interstitial, thus this is a preparation step of componentizing SB interstitial.
BUG= 666100
Committed: https://crrev.com/792a666e12699e4e19e7e134e31759808fd0b6d0
Cr-Commit-Position: refs/heads/master@{#436136}
Total comments: 4
Total comments: 6
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+236 lines, -162 lines) |
Patch |
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/loader/data_reduction_proxy_resource_throttle_android.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/loader/data_reduction_proxy_resource_throttle_android.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/loader/safe_browsing_resource_throttle.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/loader/safe_browsing_resource_throttle.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/browser_feature_extractor.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/client_side_detection_host.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/client_side_detection_host.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/threat_details.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/threat_details.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/threat_details_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/ui_manager.h
|
View
|
1
2
|
2 chunks |
+2 lines, -48 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/ui_manager.cc
|
View
|
|
3 chunks |
+2 lines, -58 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/ui_manager_unittest.cc
|
View
|
|
17 chunks |
+29 lines, -29 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/interstitials/interstitial_ui.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
components/security_interstitials/content/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/security_interstitials/content/DEPS
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/security_interstitials/content/unsafe_resource.h
|
View
|
1
2
6
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/security_interstitials/content/unsafe_resource.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
Total messages: 62 (42 generated)
|