| Index: pdf/preview_mode_client.h
|
| diff --git a/pdf/preview_mode_client.h b/pdf/preview_mode_client.h
|
| index 0127db9a3a59d6cdde4615473bdbc5d897f9d14d..ba421004f295bbe856838e0e1fca0640bb8db137 100644
|
| --- a/pdf/preview_mode_client.h
|
| +++ b/pdf/preview_mode_client.h
|
| @@ -33,7 +33,8 @@ class PreviewModeClient : public PDFEngine::Client {
|
| 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,
|
| + PDFEngine::Client::NavigateOption 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;
|
|
|