From ffd2158fc5703eaff31baa6de54979b6e6c8f2f4 Mon Sep 17 00:00:00 2001 From: mkarolin Date: Mon, 7 Oct 2024 17:30:56 -0400 Subject: [PATCH] Removes obsolete override for companion_page_browsertest.cc. Chromium change: https://chromium.googlesource.com/chromium/src/+/26e362a469ca5 commit 26e362a469ca59e50670ee4c46809db9acb55db5 Author: Juan Mojica Date: Fri Sep 27 17:58:29 2024 +0000 [csc] Remove more failing companion tests. Bug: b:348678854 --- .../companion_page_browsertest.cc | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 chromium_src/chrome/browser/ui/views/side_panel/search_companion/companion_page_browsertest.cc diff --git a/chromium_src/chrome/browser/ui/views/side_panel/search_companion/companion_page_browsertest.cc b/chromium_src/chrome/browser/ui/views/side_panel/search_companion/companion_page_browsertest.cc deleted file mode 100644 index e2d7b4dcb41..00000000000 --- a/chromium_src/chrome/browser/ui/views/side_panel/search_companion/companion_page_browsertest.cc +++ /dev/null @@ -1,15 +0,0 @@ -/* Copyright (c) 2023 The Brave Authors. All rights reserved. - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at https://mozilla.org/MPL/2.0/. */ - -#include "net/base/features.h" - -#include "base/test/scoped_feature_list.h" - -#define InitWithFeaturesAndParameters(A, B) \ - InitWithFeaturesAndParameters(A, {net::features::kBraveHttpsByDefault}) - -#include "src/chrome/browser/ui/views/side_panel/search_companion/companion_page_browsertest.cc" - -#undef InitWithFeaturesAndParameters