// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/strings/utf_string_conversions.h" #include "chrome/browser/extensions/extension_browsertest.h" #include "chrome/browser/ui/browser.h" #include "content/public/test/browser_test.h" #include "extensions/common/extension.h" #include "extensions/common/manifest_handler.h" #include "extensions/test/test_extension_dir.h" namespace extensions { SidePanelManifestBrowserTest; // Succeed when a file exists, when there is a query, or a bookmark. IN_PROC_BROWSER_TEST_F(SidePanelManifestBrowserTest, ValidateSuccess) { … } } // namespace extensions