Chromium Code Reviews| Index: chrome/common/automation_messages_internal.h |
| =================================================================== |
| --- chrome/common/automation_messages_internal.h (revision 131326) |
| +++ chrome/common/automation_messages_internal.h (working copy) |
| @@ -614,7 +614,7 @@ |
| // This message notifies the AutomationProvider to print the tab with given |
| // handle. The first parameter is the handle to the tab resource. The |
| // return value contains a bool which is true on success. |
| -IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_PrintNow, |
| +IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_DEPRECATED_PrintNow, |
|
Lei Zhang
2012/04/09 19:44:44
I'm curious why this isn't removed, when all other
jam
2012/04/09 20:16:22
because then the ipc id's change and the reference
|
| int, |
| bool) |