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

Unified Diff: pdf/out_of_process_instance.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/out_of_process_instance.h
diff --git a/pdf/out_of_process_instance.h b/pdf/out_of_process_instance.h
index a998537dfd1e27548cf580d50715c68c928afb51..65bac0298dd77c9b1a78051be94dc3b4461725f4 100644
--- a/pdf/out_of_process_instance.h
+++ b/pdf/out_of_process_instance.h
@@ -126,6 +126,7 @@ class OutOfProcessInstance : public pp::Instance,
bool case_sensitive,
std::vector<SearchStringResult>* results) override;
void DocumentPaintOccurred() override;
+ void OnGotActualURL(const std::string& url) override;
void DocumentLoadComplete(int page_count) override;
void DocumentLoadFailed() override;
pp::Instance* GetPluginInstance() override;

Powered by Google App Engine
This is Rietveld 408576698