From 61d9742824d54be5693191fe502325a909feca59 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 28 Nov 2022 16:14:41 +0100 Subject: 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 --- chromium/net/http/http_transaction_test_util.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chromium/net/http/http_transaction_test_util.h') 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 dns_aliases; + absl::optional fps_cache_filter; + absl::optional browser_run_id; int test_mode; MockTransactionHandler handler; MockTransactionReadHandler read_handler; -- cgit v1.2.1