summaryrefslogtreecommitdiffstats
path: root/src/core/printing/pdf_stream_delegate_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/printing/pdf_stream_delegate_qt.h')
-rw-r--r--src/core/printing/pdf_stream_delegate_qt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/printing/pdf_stream_delegate_qt.h b/src/core/printing/pdf_stream_delegate_qt.h
index 47621576f..fd279af72 100644
--- a/src/core/printing/pdf_stream_delegate_qt.h
+++ b/src/core/printing/pdf_stream_delegate_qt.h
@@ -16,8 +16,8 @@ public:
~PdfStreamDelegateQt() override;
// pdf::PdfStreamDelegate:
- absl::optional<GURL> MapToOriginalUrl(content::WebContents *contents, const GURL &stream_url) override;
- absl::optional<StreamInfo> GetStreamInfo(content::WebContents *contents) override;
+ absl::optional<GURL> MapToOriginalUrl(content::NavigationHandle &navigation_handle) override;
+ absl::optional<StreamInfo> GetStreamInfo(content::RenderFrameHost *embedder_frame) override;
};
#endif // PDF_STREAM_DELEGATE_QT_H