Index: chrome/common/render_messages.h |
=================================================================== |
--- chrome/common/render_messages.h (revision 81782) |
+++ chrome/common/render_messages.h (working copy) |
@@ -508,6 +508,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) |
+ |
// JavaScript related messages ----------------------------------------------- |
// Notify the JavaScript engine in the render to change its parameters |