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

Unified Diff: chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.cc

Issue 1125113002: Remove the unused parts of PPB_PDF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf-delete-pdf
Patch Set: Created 5 years, 7 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: 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);
-}
« no previous file with comments | « chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.h ('k') | chrome/browser/ui/views/pdf_password_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698