|
|
Port HistoryService::GetVisibleVisitCountToHost to CancelableTaskTracker
Callback no longer receive a HistoryService::Handle, but instead client
code should use the returned base::CancelableTaskTracker::TaskId to
cancel an individual task.
Simplify implementation of BrowserFeatureExtractor as all the methods
from HistoryService that are called uses base::CancelableTaskTracker by
removing the mapping from HistoryService::Handle to request and using a
scoped_ptr to deal with the lifetime of the ClientPhishingRequest object.
BUG= 371818
TBR=jochen
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=280110
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=280796
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+155 lines, -219 lines) |
Patch |
 |
M |
chrome/browser/download/download_target_determiner.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_target_determiner.cc
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.cc
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_marshaling.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_service.h
|
View
|
1
2
3
4
|
1 chunk |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_service.cc
|
View
|
1
2
3
4
|
2 chunks |
+21 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_types.h
|
View
|
1
2
3
|
2 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/browser_feature_extractor.h
|
View
|
|
6 chunks |
+7 lines, -33 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/browser_feature_extractor.cc
|
View
|
1
2
3
4
|
6 chunks |
+45 lines, -99 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc
|
View
|
|
1 chunk |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/client_side_detection_host.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/client_side_detection_host.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
View
|
1
2
3
4
|
5 chunks |
+12 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
View
|
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ssl/ssl_blocking_page.h
|
View
|
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ssl/ssl_blocking_page.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/website_settings/website_settings.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/website_settings/website_settings.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|