|
Propagate the SafeBrowsing download protection verdict to the DownloadItem.
This is where the UI will be notified when a malicious binary is being
downloaded. The UI currently does not support displaying a warning after
the download started. We'll fix that in a separate CL.
BUG= 102540
TEST=No visible changes.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110583
Total comments: 6
Total comments: 1
Total comments: 18
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+172 lines, -152 lines) |
Patch |
 |
M |
chrome/browser/download/chrome_download_manager_delegate.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/chrome_download_manager_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
|
9 chunks |
+46 lines, -27 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_extension_api.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_extension_api.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_item_unittest.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+18 lines, -34 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_util.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/download_protection_service.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/download_protection_service.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/download/download_item_controller.mm
|
View
|
1
2
3
4
5
6
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/download/download_item_gtk.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/download/download_item_view.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/extension_api.json
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -1 line |
2 comments
|
Download
|
 |
M |
content/browser/download/download_item.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -20 lines |
0 comments
|
Download
|
 |
M |
content/browser/download/download_item.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+17 lines, -33 lines |
0 comments
|
Download
|
 |
M |
content/browser/download/download_state_info.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+28 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/download/download_state_info.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+11 lines, -9 lines |
0 comments
|
Download
|
Total messages: 32 (0 generated)
|