| Index: components/safe_browsing_db/v4_local_database_manager.h
|
| diff --git a/components/safe_browsing_db/v4_local_database_manager.h b/components/safe_browsing_db/v4_local_database_manager.h
|
| index 4481a9567cfdb720e90cf5b66a8e9f9a0ac0e2fd..d786d6173cff40f99a4f0f68c24026d3c9f01850 100644
|
| --- a/components/safe_browsing_db/v4_local_database_manager.h
|
| +++ b/components/safe_browsing_db/v4_local_database_manager.h
|
| @@ -203,9 +203,8 @@ class V4LocalDatabaseManager : public SafeBrowsingDatabaseManager {
|
| bool HandleCheck(std::unique_ptr<PendingCheck> check);
|
|
|
| // Checks |stores_to_check| in database synchronously for hash prefixes
|
| - // matching |hash|. Returns false if the database isn't ready or if there's no
|
| - // match; true otherwise. This is used for lists that have full hash
|
| - // information in the database.
|
| + // matching |hash|. Returns true if there's a match; false otherwise. This is
|
| + // used for lists that have full hash information in the database.
|
| bool HandleHashSynchronously(const FullHash& hash,
|
| const StoresToCheck& stores_to_check);
|
|
|
|
|