| Index: chrome_frame/chrome_frame_automation.h
|
| diff --git a/chrome_frame/chrome_frame_automation.h b/chrome_frame/chrome_frame_automation.h
|
| index 0c778b7aa722d66f95fd46dcc777706b8bd432dd..8d591fc42e7b57d5bdd0ba1a8497e59d66510c08 100644
|
| --- a/chrome_frame/chrome_frame_automation.h
|
| +++ b/chrome_frame/chrome_frame_automation.h
|
| @@ -457,10 +457,11 @@ class ChromeFrameAutomationClient
|
|
|
| // PluginUrlRequestDelegate implementation. Simply adds tab's handle
|
| // as parameter and forwards to Chrome via IPC.
|
| - virtual void OnResponseStarted(int request_id, const char* mime_type,
|
| - const char* headers, int size, base::Time last_modified,
|
| - const std::string& redirect_url, int redirect_status,
|
| - const net::HostPortPair& socket_address);
|
| + virtual void OnResponseStarted(
|
| + int request_id, const char* mime_type, const char* headers, int size,
|
| + base::Time last_modified, const std::string& redirect_url,
|
| + int redirect_status, const net::HostPortPair& socket_address,
|
| + uint64 upload_size);
|
| virtual void OnReadComplete(int request_id, const std::string& data);
|
| virtual void OnResponseEnd(int request_id,
|
| const net::URLRequestStatus& status);
|
|
|