Chromium Code Reviews| Index: components/safe_browsing_db/v4_protocol_manager_util.h |
| diff --git a/components/safe_browsing_db/v4_protocol_manager_util.h b/components/safe_browsing_db/v4_protocol_manager_util.h |
| index c84413ecb7784b4c43972f53101dd39cf600e9c7..7fd667edcc76b39abc08748cded1e96930bf4997 100644 |
| --- a/components/safe_browsing_db/v4_protocol_manager_util.h |
| +++ b/components/safe_browsing_db/v4_protocol_manager_util.h |
| @@ -140,6 +140,7 @@ struct ListIdentifier { |
| std::ostream& operator<<(std::ostream& os, const ListIdentifier& id); |
| +bool EnableInternalLists(); |
|
Nathan Parker
2016/11/29 18:45:33
Add a comment explaining why some lists are intern
vakh (use Gerrit instead)
2016/11/29 21:00:13
Done.
|
| PlatformType GetCurrentPlatformType(); |
| const ListIdentifier GetCertCsdDownloadWhitelistId(); |
| const ListIdentifier GetChromeExtensionMalwareId(); |