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

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

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.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_
« no previous file with comments | « chrome/browser/ui/cocoa/pdf_password_dialog_cocoa.mm ('k') | chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698