diff options
Diffstat (limited to 'chrome/renderer/safe_browsing/phishing_classifier.h')
-rw-r--r-- | chrome/renderer/safe_browsing/phishing_classifier.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/renderer/safe_browsing/phishing_classifier.h b/chrome/renderer/safe_browsing/phishing_classifier.h index fef9476..5a66451 100644 --- a/chrome/renderer/safe_browsing/phishing_classifier.h +++ b/chrome/renderer/safe_browsing/phishing_classifier.h @@ -56,9 +56,7 @@ class PhishingClassifier { virtual ~PhishingClassifier(); // Sets a scorer for the classifier to use in computing the phishiness score. - // This must live at least as long as the PhishingClassifier. The caller is - // expected to cancel any pending classification before setting a phishing - // scorer. + // This must live at least as long as the PhishingClassifier. void set_phishing_scorer(const Scorer* scorer); // Returns true if the classifier is ready to classify pages, i.e. it |