| Index: chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.h
|
| diff --git a/chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.h b/chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.h
|
| index a95a46d1a7e2a19d8202aa4180b2e9ae202abec2..9d1df6d7c6436d5cf5c4955b11ccbd80ef6182bb 100644
|
| --- a/chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.h
|
| +++ b/chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.h
|
| @@ -25,16 +25,7 @@ class ChromePDFWebContentsHelperClient
|
|
|
| void OnSaveURL(content::WebContents* contents) override;
|
|
|
| - void OnShowPDFPasswordDialog(
|
| - content::WebContents* contents,
|
| - const base::string16& prompt,
|
| - const pdf::PasswordDialogClosedCallback& callback) override;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ChromePDFWebContentsHelperClient);
|
| };
|
|
|
| -void ShowPDFPasswordDialog(content::WebContents* web_contents,
|
| - const base::string16& prompt,
|
| - const pdf::PasswordDialogClosedCallback& callback);
|
| -
|
| #endif // CHROME_BROWSER_UI_PDF_CHROME_PDF_WEB_CONTENTS_HELPER_CLIENT_H_
|
|
|