|
Convert to base::Callback in safe_browsing client-side-detection code.
Convert callbacks to base::Callback:
PhishingTermFeatureExtractor::DoneCallback
PhishingDOMFeatureExtractor::DoneCallback
ClientSideDetectionService::ClientReportPhishingRequestCallback
BrowserFeatureExtractor::DoneCallback
PhishingClassifier::DoneCallback
Convert ClientSideDetectionHost::cb_factory_ to base::WeakPtrFactory.
Also some easy NewRunnableMethod->base::Bind() conversions in
client_side_detection_host.cc.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111263
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+159 lines, -173 lines) |
Patch |
 |
M |
chrome/browser/safe_browsing/browser_feature_extractor.h
|
View
|
|
7 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/browser_feature_extractor.cc
|
View
|
|
11 chunks |
+24 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/client_side_detection_host.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/client_side_detection_host.cc
|
View
|
1
|
7 chunks |
+13 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
View
|
1
|
19 chunks |
+32 lines, -37 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/client_side_detection_service.h
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/client_side_detection_service.cc
|
View
|
1
|
7 chunks |
+12 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/client_side_detection_service_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/safe_browsing/phishing_classifier.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/safe_browsing/phishing_classifier.cc
|
View
|
|
7 chunks |
+12 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/safe_browsing/phishing_classifier_browsertest.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/safe_browsing/phishing_classifier_delegate.cc
|
View
|
1
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc
|
View
|
|
11 chunks |
+10 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/safe_browsing/phishing_dom_feature_extractor.h
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/safe_browsing/phishing_dom_feature_extractor.cc
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/safe_browsing/phishing_term_feature_extractor.h
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/safe_browsing/phishing_term_feature_extractor.cc
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|