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_ |