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

Unified Diff: chrome/browser/net/packed_ct_ev_whitelist.h

Issue 657613002: Certificate Transparency: EV certificates whitelist support for ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ev_list_unpacking_redo
Patch Set: Addressed comments Created 6 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: chrome/browser/net/packed_ct_ev_whitelist.h
diff --git a/chrome/browser/net/packed_ct_ev_whitelist.h b/chrome/browser/net/packed_ct_ev_whitelist.h
index 2321d63ad04006f3e496b38273b57e58d89318d2..9be5aada8b9d174a98e88f87beedc786af4f6b0a 100644
--- a/chrome/browser/net/packed_ct_ev_whitelist.h
+++ b/chrome/browser/net/packed_ct_ev_whitelist.h
@@ -80,6 +80,7 @@ class PackedEVCertsWhitelist : public net::ct::EVCertsWhitelist {
// As this function performs file operations, it should be called from a
// blocking pool worker or a file worker.
// To set the new whitelist, this function dispatches a task to the IO thread.
-void SetEVWhitelistFromFile(const base::FilePath& compressed_whitelist_file);
+void SetEVCertsWhitelist(
+ scoped_refptr<net::ct::EVCertsWhitelist> new_whitelist);
Sorin Jianu 2014/11/11 20:09:28 I think we can avoid the new_ prefix for the name
Eran Messeri 2014/11/20 17:55:05 Done.
#endif // CHROME_BROWSER_NET_PACKED_CT_EV_WHITELIST_H_

Powered by Google App Engine
This is Rietveld 408576698