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

Unified Diff: net/cert/ct_known_logs.h

Issue 1440643002: Certificate Transparency: Per-profile CT verification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing iOS compilation Created 5 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
« no previous file with comments | « ios/chrome/browser/ios_chrome_io_thread.cc ('k') | net/cert/ct_known_logs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ct_known_logs.h
diff --git a/net/cert/ct_known_logs.h b/net/cert/ct_known_logs.h
index c362aae51be377d4dd1ac5dae93904015787f1fb..48904c2cc54771c4a0da73a8e9c622cc850222fe 100644
--- a/net/cert/ct_known_logs.h
+++ b/net/cert/ct_known_logs.h
@@ -21,7 +21,7 @@ namespace ct {
#if !defined(OS_NACL)
// CreateLogVerifiersForKnownLogs returns a vector of CT logs for all the known
// and trusted logs.
-NET_EXPORT std::vector<scoped_refptr<CTLogVerifier>>
+NET_EXPORT std::vector<scoped_refptr<const CTLogVerifier>>
CreateLogVerifiersForKnownLogs();
#endif
« no previous file with comments | « ios/chrome/browser/ios_chrome_io_thread.cc ('k') | net/cert/ct_known_logs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698