| Index: content/common/view_messages.h
|
| ===================================================================
|
| --- content/common/view_messages.h (revision 212906)
|
| +++ content/common/view_messages.h (working copy)
|
| @@ -2099,15 +2099,6 @@
|
| double /* expected_response_time */,
|
| std::vector<char> /* data */)
|
|
|
| -// Updates the content restrictions, i.e. to disable print/copy.
|
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateContentRestrictions,
|
| - int /* restrictions */)
|
| -
|
| -// Brings up SaveAs... dialog to save specified URL.
|
| -IPC_MESSAGE_ROUTED2(ViewHostMsg_SaveURLAs,
|
| - GURL /* url */,
|
| - content::Referrer /* referrer */)
|
| -
|
| // Displays a JavaScript out-of-memory message in the infobar.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_JSOutOfMemory)
|
|
|
|
|