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

Unified Diff: chrome/browser/safe_browsing/local_database_manager.h

Issue 1638223003: Add support for a module whitelist (goog-whitemodule-digest256) to the safe browsing db (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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
Index: chrome/browser/safe_browsing/local_database_manager.h
diff --git a/chrome/browser/safe_browsing/local_database_manager.h b/chrome/browser/safe_browsing/local_database_manager.h
index fd9712ba935e37c89ad8d05d0b901034906ce964..6d9c123177d55dd5c64576dc068550be4bdf2e7b 100644
--- a/chrome/browser/safe_browsing/local_database_manager.h
+++ b/chrome/browser/safe_browsing/local_database_manager.h
@@ -344,6 +344,9 @@ class LocalSafeBrowsingDatabaseManager
// Indicate if the unwanted software blacklist should be enabled.
bool enable_unwanted_software_blacklist_;
+ // Indicate if the module whitelist should be enabled.
+ bool enable_module_whitelist_;
Nathan Parker 2016/02/08 02:58:46 Do you need this?
proberge 2016/02/08 16:23:59 It seems like the standard way of supporting lists
+
// The sequenced task runner for running safe browsing database operations.
scoped_refptr<base::SequencedTaskRunner> safe_browsing_task_runner_;
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/local_database_manager.cc » ('j') | components/safe_browsing_db/util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698