summaryrefslogtreecommitdiff
path: root/chromium/net/http/transport_security_persister.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-10-26 13:57:00 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-11-02 11:31:01 +0000
commit1943b3c2a1dcee36c233724fc4ee7613d71b9cf6 (patch)
tree8c1b5f12357025c197da5427ae02cfdc2f3570d6 /chromium/net/http/transport_security_persister.h
parent21ba0c5d4bf8fba15dddd97cd693bad2358b77fd (diff)
downloadqtwebengine-chromium-1943b3c2a1dcee36c233724fc4ee7613d71b9cf6.tar.gz
BASELINE: Update Chromium to 94.0.4606.111
Change-Id: I924781584def20fc800bedf6ff41fdb96c438193 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/net/http/transport_security_persister.h')
-rw-r--r--chromium/net/http/transport_security_persister.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chromium/net/http/transport_security_persister.h b/chromium/net/http/transport_security_persister.h
index aa30cbbe0dd..7a5c5a37196 100644
--- a/chromium/net/http/transport_security_persister.h
+++ b/chromium/net/http/transport_security_persister.h
@@ -58,10 +58,13 @@ class NET_EXPORT TransportSecurityPersister
: public TransportSecurityState::Delegate,
public base::ImportantFileWriter::DataSerializer {
public:
+ // Create a TransportSecurityPersister with state |state| on background runner
+ // |background_runner|. |data_path| points to the file to hold the transport
+ // security state data on disk.
TransportSecurityPersister(
TransportSecurityState* state,
- const base::FilePath& profile_path,
- const scoped_refptr<base::SequencedTaskRunner>& background_runner);
+ const scoped_refptr<base::SequencedTaskRunner>& background_runner,
+ const base::FilePath& data_path);
~TransportSecurityPersister() override;
// Called by the TransportSecurityState when it changes its state.