Chromium Code Reviews| 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_; |