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

Unified Diff: components/pdf/browser/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
« no previous file with comments | « components/pdf/browser/pdf_web_contents_helper.cc ('k') | components/pdf/common/pdf_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pdf/browser/pdf_web_contents_helper_client.h
diff --git a/components/pdf/browser/pdf_web_contents_helper_client.h b/components/pdf/browser/pdf_web_contents_helper_client.h
index 17dfb4ea06c770c87bb41dcb52d8157be860b3ff..eb983bf4f5dd83d39c11a70ebf9fcdc6cc12cb5c 100644
--- a/components/pdf/browser/pdf_web_contents_helper_client.h
+++ b/components/pdf/browser/pdf_web_contents_helper_client.h
@@ -15,10 +15,6 @@ class WebContents;
namespace pdf {
-typedef base::Callback<
- void(bool /* success */, const base::string16& /* password */)>
- PasswordDialogClosedCallback;
-
class PDFWebContentsHelperClient {
public:
virtual ~PDFWebContentsHelperClient() {}
@@ -31,11 +27,6 @@ class PDFWebContentsHelperClient {
virtual void OnPDFHasUnsupportedFeature(content::WebContents* contents) = 0;
virtual void OnSaveURL(content::WebContents* contents) = 0;
-
- virtual void OnShowPDFPasswordDialog(
- content::WebContents* contents,
- const base::string16& prompt,
- const PasswordDialogClosedCallback& callback) = 0;
};
} // namespace pdf
« no previous file with comments | « components/pdf/browser/pdf_web_contents_helper.cc ('k') | components/pdf/common/pdf_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698