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

Unified Diff: components/safe_browsing_db/v4_local_database_manager.h

Issue 2536913002: Small: PVer4: Enable syncing internal lists for Google Chrome builds. (Closed)
Patch Set: Address nparker's comments Created 4 years, 1 month 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
« no previous file with comments | « no previous file | components/safe_browsing_db/v4_local_database_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | components/safe_browsing_db/v4_local_database_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698