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

Unified Diff: components/safe_browsing_db/v4_protocol_manager_util.h

Issue 2536913002: Small: PVer4: Enable syncing internal lists for Google Chrome builds. (Closed)
Patch Set: 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
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();

Powered by Google App Engine
This is Rietveld 408576698