code cleanup
This commit is contained in:
parent
de7dcdedba
commit
ddc2e0df71
8 changed files with 14 additions and 16 deletions
|
@ -13,13 +13,6 @@
|
|||
|
||||
#define IPC_MESSAGE_START PDFMsgStart
|
||||
|
||||
// Updates the content restrictions, i.e. to disable print/copy.
|
||||
IPC_MESSAGE_ROUTED1(PDFHostMsg_PDFUpdateContentRestrictions,
|
||||
int /* restrictions */)
|
||||
|
||||
// The currently displayed PDF has an unsupported feature.
|
||||
IPC_MESSAGE_ROUTED0(PDFHostMsg_PDFHasUnsupportedFeature)
|
||||
|
||||
// Brings up SaveAs... dialog to save specified URL.
|
||||
IPC_MESSAGE_ROUTED2(PDFHostMsg_PDFSaveURLAs,
|
||||
GURL /* url */,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue