Chromium Code Reviews| Index: chrome/common/render_messages.h |
| =================================================================== |
| --- chrome/common/render_messages.h (revision 81013) |
| +++ chrome/common/render_messages.h (working copy) |
| @@ -488,6 +488,9 @@ |
| // The currently displayed PDF has an unsupported feature. |
| IPC_MESSAGE_ROUTED0(ViewHostMsg_PDFHasUnsupportedFeature) |
| +// Brings up SaveAs... dialog (similar to the wrench->SaveAs...). |
| +IPC_MESSAGE_ROUTED0(ViewHostMsg_SaveAs) |
|
jam
2011/04/15 18:53:23
I just realized that this needs to go into view_me
|
| + |
| // JavaScript related messages ----------------------------------------------- |
| // Notify the JavaScript engine in the render to change its parameters |