// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_BLOCKED_CONTENT_TEST_TEST_POPUP_NAVIGATION_DELEGATE_H_ #define COMPONENTS_BLOCKED_CONTENT_TEST_TEST_POPUP_NAVIGATION_DELEGATE_H_ #include "base/memory/raw_ptr.h" #include "components/blocked_content/popup_navigation_delegate.h" #include "third_party/blink/public/mojom/window_features/window_features.mojom.h" #include "url/gurl.h" namespace blocked_content { // Test delegate which stores results of calls in a ResultHolder. class TestPopupNavigationDelegate : public PopupNavigationDelegate { … }; } // namespace blocked_content #endif // COMPONENTS_BLOCKED_CONTENT_TEST_TEST_POPUP_NAVIGATION_DELEGATE_H_