summaryrefslogtreecommitdiffstats
path: root/components/pdf/common
diff options
context:
space:
mode:
authorraymes <raymes@chromium.org>2015-05-06 20:44:37 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-07 03:45:53 +0000
commitec40c91c3f90649a4e7a29a459839d1fb5a46e1a (patch)
tree0a8c2fbc90f6dae551760631a6331ce192b61ec1 /components/pdf/common
parentcfae748cda0ab6830022fd99159c6e494e271e0f (diff)
downloadchromium_src-ec40c91c3f90649a4e7a29a459839d1fb5a46e1a.zip
chromium_src-ec40c91c3f90649a4e7a29a459839d1fb5a46e1a.tar.gz
chromium_src-ec40c91c3f90649a4e7a29a459839d1fb5a46e1a.tar.bz2
Remove the unused parts of PPB_PDF
These parts were only used by the in-process viewer. BUG=303491 TBR=jam@chromium.org for components/resources/ Review URL: https://codereview.chromium.org/1125113002 Cr-Commit-Position: refs/heads/master@{#328695}
Diffstat (limited to 'components/pdf/common')
-rw-r--r--components/pdf/common/pdf_messages.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/pdf/common/pdf_messages.h b/components/pdf/common/pdf_messages.h
index 0973923..72e974f 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 */)