Index: chrome/browser/safe_browsing/safe_browsing_service.h |
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h |
index e87fc9c66365ff36478edd9874ccfda7ea4e821d..73eb2011afc84ebd60d80bdec5af4d1901af79ce 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_service.h |
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h |
@@ -307,7 +307,9 @@ class SafeBrowsingService |
void OnHandleGetHashResults(SafeBrowsingCheck* check, |
const std::vector<SBFullHashResult>& full_hashes); |
- void HandleOneCheck(SafeBrowsingCheck* check, |
+ // Run one check against |full_hashes|. Returns |true| if the check |
+ // finds a match in |full_hashes|. |
+ bool HandleOneCheck(SafeBrowsingCheck* check, |
const std::vector<SBFullHashResult>& full_hashes); |
// Invoked on the UI thread to show the blocking page. |