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

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

Issue 12974003: Improve TransportSecurityState data storage. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 months 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/transport_security_persister.h
===================================================================
--- chrome/browser/net/transport_security_persister.h (revision 186438)
+++ chrome/browser/net/transport_security_persister.h (working copy)
@@ -85,11 +85,6 @@
// serialized state on disk.
virtual bool SerializeData(std::string* data) OVERRIDE;
- // Parses an array of JSON-encoded TransportSecurityState::DomainState
- // entries. For use in loading entries defined on the command line
- // (switches::kHstsHosts).
- bool DeserializeFromCommandLine(const std::string& serialized);
-
// Clears any existing non-static entries, and then re-populates
// |transport_security_state_|.
//
« no previous file with comments | « chrome/browser/net/chrome_fraudulent_certificate_reporter.cc ('k') | chrome/browser/net/transport_security_persister.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698