| Index: chrome/common/automation_messages.h
|
| diff --git a/chrome/common/automation_messages.h b/chrome/common/automation_messages.h
|
| index 1d880249b142452ddf677df8f5ee48c242f0c6fd..1d861507f686c4236553335bb646ce43996b8f4a 100644
|
| --- a/chrome/common/automation_messages.h
|
| +++ b/chrome/common/automation_messages.h
|
| @@ -51,6 +51,7 @@ IPC_STRUCT_BEGIN(AutomationURLResponse)
|
| IPC_STRUCT_MEMBER(std::string, redirect_url)
|
| IPC_STRUCT_MEMBER(int, redirect_status)
|
| IPC_STRUCT_MEMBER(net::HostPortPair, socket_address)
|
| + IPC_STRUCT_MEMBER(uint64, upload_size)
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(ExternalTabSettings)
|
|
|