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

Unified Diff: pdf/out_of_process_instance.h

Issue 2166193002: Handle ctrl + shift + left click on links in PDF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 fb08986078a3dbb2dd3d55fb5c6ab54729d46838..9cd32e428eca67502c387a593f24e16c86e9f01e 100644
--- a/pdf/out_of_process_instance.h
+++ b/pdf/out_of_process_instance.h
@@ -102,7 +102,7 @@ class OutOfProcessInstance : public pp::Instance,
void ScrollToX(int position) override;
void ScrollToY(int position) override;
void ScrollToPage(int page) override;
- void NavigateTo(const std::string& url, bool open_in_new_tab) override;
+ void NavigateTo(const std::string& url, int option) override;
void UpdateCursor(PP_CursorType_Dev cursor) override;
void UpdateTickMarks(const std::vector<pp::Rect>& tickmarks) override;
void NotifyNumberOfFindResultsChanged(int total, bool final_result) override;

Powered by Google App Engine
This is Rietveld 408576698