Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: pdf/pdfium/pdfium_engine.h

Issue 2407683002: PDF: Check the loaded URL in sendScriptingMessage_(). (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pdf/pdfium/pdfium_engine.h
diff --git a/pdf/pdfium/pdfium_engine.h b/pdf/pdfium/pdfium_engine.h
index 07c15b56e865c9dca7c344e278c244c3028adc45..7d98608a6a597947948324c917a6c7137d4c5398 100644
--- a/pdf/pdfium/pdfium_engine.h
+++ b/pdf/pdfium/pdfium_engine.h
@@ -114,6 +114,7 @@ class PDFiumEngine : public PDFEngine,
// DocumentLoader::Client implementation.
pp::Instance* GetPluginInstance() override;
pp::URLLoader CreateURLLoader() override;
+ void OnGotActualURL(const std::string& url) override;
void OnPartialDocumentLoaded() override;
void OnPendingRequestComplete() override;
void OnNewDataAvailable() override;
« pdf/document_loader.cc ('K') | « pdf/pdf_engine.h ('k') | pdf/pdfium/pdfium_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698