#include "content/public/test/navigation_transition_test_utils.h"
#include "base/test/test_future.h"
#include "content/browser/renderer_host/navigation_controller_impl.h"
#include "content/browser/renderer_host/navigation_transitions/navigation_entry_screenshot.h"
#include "content/browser/renderer_host/navigation_transitions/navigation_entry_screenshot_cache.h"
#include "content/browser/renderer_host/navigation_transitions/navigation_transition_utils.h"
namespace content {
void NavigationTransitionTestUtils::SetNavScreenshotCallbackForTesting(
ScreenshotCallback screenshot_callback) { … }
size_t NavigationTransitionTestUtils::WaitForScreenshotCompressed(
NavigationController& controller,
int nav_entry_index) { … }
ScopedScreenshotCapturedObserverForTesting::
ScopedScreenshotCapturedObserverForTesting(int expected_nav_entry_index) { … }
ScopedScreenshotCapturedObserverForTesting::
~ScopedScreenshotCapturedObserverForTesting() { … }
void ScopedScreenshotCapturedObserverForTesting::Wait() { … }
}