| 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 */)
|
|
|