| 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 abade47a6df31f129df2e48b7f7e6c4a0f329e24..5ea5f831a794a9104e0817cbcd416dd99c1d71b0 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.
|
|
|