summaryrefslogtreecommitdiff
path: root/chromium/net/http/http_transaction_test_util.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-11-28 16:14:41 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-12-13 15:19:41 +0000
commit61d9742824d54be5693191fe502325a909feca59 (patch)
treecbf28e779b11338fe52eb75b915684cd8955542c /chromium/net/http/http_transaction_test_util.h
parent45f9ded08bb7526984b24ccb5a5327aaf6821676 (diff)
downloadqtwebengine-chromium-61d9742824d54be5693191fe502325a909feca59.tar.gz
BASELINE: Update Chromium to 108.0.5359.70
Change-Id: I77334ff232b819600f275bd3cfe41fbaa3619230 Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/445904 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/net/http/http_transaction_test_util.h')
-rw-r--r--chromium/net/http/http_transaction_test_util.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/net/http/http_transaction_test_util.h b/chromium/net/http/http_transaction_test_util.h
index 71541b55510..aaa3fcd8b21 100644
--- a/chromium/net/http/http_transaction_test_util.h
+++ b/chromium/net/http/http_transaction_test_util.h
@@ -1,4 +1,4 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -35,6 +35,7 @@
#include "net/http/http_response_info.h"
#include "net/log/net_log_source.h"
#include "net/socket/connection_attempts.h"
+#include "third_party/abseil-cpp/absl/types/optional.h"
namespace net {
@@ -91,6 +92,8 @@ struct MockTransaction {
// known aliases, e.g. from A, AAAA, or HTTPS, not just from the address used
// for the connection, in no particular order.
std::set<std::string> dns_aliases;
+ absl::optional<int64_t> fps_cache_filter;
+ absl::optional<int64_t> browser_run_id;
int test_mode;
MockTransactionHandler handler;
MockTransactionReadHandler read_handler;