Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1189)

Unified Diff: chrome/browser/safe_browsing/client_side_detection_host.h

Issue 351363002: Revert of Port HistoryService::GetVisibleVisitCountToHost to CancelableTaskTracker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/safe_browsing/client_side_detection_host.h
diff --git a/chrome/browser/safe_browsing/client_side_detection_host.h b/chrome/browser/safe_browsing/client_side_detection_host.h
index 1413086f81055d054db248fc0f2fd1324370ceda..d102e6fd6b915626b599504a6f8ef18c0605ccd7 100644
--- a/chrome/browser/safe_browsing/client_side_detection_host.h
+++ b/chrome/browser/safe_browsing/client_side_detection_host.h
@@ -101,8 +101,7 @@
// Callback that is called when the browser feature extractor is done.
// This method is responsible for deleting the request object. Called on
// the UI thread.
- void FeatureExtractionDone(bool success,
- scoped_ptr<ClientPhishingRequest> request);
+ void FeatureExtractionDone(bool success, ClientPhishingRequest* request);
// Start malware classification once the onload handler was called and
// malware pre-classification checks are done and passed.

Powered by Google App Engine
This is Rietveld 408576698