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

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

Issue 744763002: Certificate Transparency: Remove an unnecessary boolean. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/net/packed_ct_ev_whitelist.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..db731bb75838870bcce5ca8eaf4c03ac477668a8 100644
--- a/chrome/browser/net/packed_ct_ev_whitelist.h
+++ b/chrome/browser/net/packed_ct_ev_whitelist.h
@@ -60,8 +60,6 @@ class PackedEVCertsWhitelist : public net::ct::EVCertsWhitelist {
static bool UncompressEVWhitelist(const std::string& compressed_whitelist,
std::vector<uint64_t>* uncompressed_list);
- bool is_whitelist_valid_;
-
// The whitelist is an array containing certificate hashes (truncated
// to a fixed size of 8 bytes), sorted.
// Binary search is used to locate hashes in the the array.
« no previous file with comments | « no previous file | chrome/browser/net/packed_ct_ev_whitelist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698