| Index: chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.cc
|
| diff --git a/chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.cc b/chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.cc
|
| index 9d2a61c6ccb2f78cd84ea778891c2d3ee977bdf0..f0c165bd6d07b53d754ed9bd9e3d5cf9855fc16e 100644
|
| --- a/chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.cc
|
| +++ b/chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.cc
|
| @@ -70,10 +70,3 @@ void ChromePDFWebContentsHelperClient::OnSaveURL(
|
| content::WebContents* contents) {
|
| RecordDownloadSource(DOWNLOAD_INITIATED_BY_PDF_SAVE);
|
| }
|
| -
|
| -void ChromePDFWebContentsHelperClient::OnShowPDFPasswordDialog(
|
| - content::WebContents* contents,
|
| - const base::string16& prompt,
|
| - const pdf::PasswordDialogClosedCallback& callback) {
|
| - ShowPDFPasswordDialog(contents, prompt, callback);
|
| -}
|
|
|