Chromium Code Reviews| Index: chrome/common/automation_messages_internal.h |
| diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h |
| index 9b3e9f71f1a8caf93a0907eff7e87dc4ea09ffe3..b661a2ddac72dd9dc677fe796d063fa55a59a5ad 100644 |
| --- a/chrome/common/automation_messages_internal.h |
| +++ b/chrome/common/automation_messages_internal.h |
| @@ -1429,12 +1429,14 @@ IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_LoadBlockedPlugins, |
| // Captures the entire page for the tab, including those portions not in |
| // view, and saves the image as a PNG in the given file location. |
| +// This message is deprecated, use the JSON testing interface for |
| +// similar functionality. |
|
Paweł Hajdan Jr.
2011/03/28 19:13:10
nit: Please also add TODO(phajdan.jr) to remove it
|
| // Request: |
| // -int: Tab handle |
| // -FilePath: Path to save the captured image to |
| // Response: |
| // -bool: Whether the method succeeded |
| -IPC_SYNC_MESSAGE_CONTROL2_1(AutomationMsg_CaptureEntirePageAsPNG, |
| +IPC_SYNC_MESSAGE_CONTROL2_1(AutomationMsg_CaptureEntirePageAsPNG_Deprecated, |
| int, |
| FilePath, |
| bool) |