Skip to content

Commit

Permalink
M112 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Apr 28, 2023
1 parent 86f9924 commit 2d3e717
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/chrome/browser/net/chrome_accept_header_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ IN_PROC_BROWSER_TEST_F(ChromeAcceptHeaderTest, Check) {
GetOptionalImageCodecs() +
"image/webp,image/apng,*/*;q=0.8,"
"application/signed-exchange;v=b3;q=0.7";
#endif
#endif // BUILDFLAG(ENABLE_AV1_DECODER) || BUILDFLAG(ENABLE_JXL_DECODER)
ASSERT_EQ(expected_plugin_accept_header, plugin_accept_header);

std::string expected_favicon_accept_header =
Expand All @@ -78,7 +78,7 @@ IN_PROC_BROWSER_TEST_F(ChromeAcceptHeaderTest, Check) {
expected_favicon_accept_header =
GetOptionalImageCodecs() +
"image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8";
#endif
#endif // BUILDFLAG(ENABLE_AV1_DECODER) || BUILDFLAG(ENABLE_JXL_DECODER)
ASSERT_EQ(expected_favicon_accept_header, favicon_accept_header);

// Since the server uses local variables.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 The Chromium Authors. All rights reserved.
// Copyright 2023 The Chromium Authors, gz83, and Alex313031. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 The Chromium Authors. All rights reserved.
// Copyright 2023 The Chromium Authors, gz83, and Alex313031. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

Expand Down

0 comments on commit 2d3e717

Please sign in to comment.