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

Unified Diff: components/pdf/common/pdf_messages.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_client.h ('k') | components/pdf/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pdf/common/pdf_messages.h
diff --git a/components/pdf/common/pdf_messages.h b/components/pdf/common/pdf_messages.h
index 09739237f61e1575f28f48e0715c3f03febf66ae..72e974ffa2f41a2f8a76a0428c7eb1b30a444e2b 100644
--- a/components/pdf/common/pdf_messages.h
+++ b/components/pdf/common/pdf_messages.h
@@ -24,8 +24,3 @@ IPC_MESSAGE_ROUTED0(PDFHostMsg_PDFHasUnsupportedFeature)
IPC_MESSAGE_ROUTED2(PDFHostMsg_PDFSaveURLAs,
GURL /* url */,
content::Referrer /* referrer */)
-
-// Brings up a Password... dialog for protected documents.
-IPC_SYNC_MESSAGE_ROUTED1_1(PDFHostMsg_PDFModalPromptForPassword,
- std::string /* prompt */,
- std::string /* actual_value */)
« no previous file with comments | « components/pdf/browser/pdf_web_contents_helper_client.h ('k') | components/pdf/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698