diff options
Diffstat (limited to 'chrome_frame/chrome_frame_automation.h')
-rw-r--r-- | chrome_frame/chrome_frame_automation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_automation.h b/chrome_frame/chrome_frame_automation.h index 411fdb8..9d948a3 100644 --- a/chrome_frame/chrome_frame_automation.h +++ b/chrome_frame/chrome_frame_automation.h @@ -236,7 +236,7 @@ class ChromeFrameAutomationClient // URL request related bool ReadRequest(int request_id, int bytes_to_read); - void RemoveRequest(int request_id, int reason, bool abort); + void RemoveRequest(int request_id, bool abort); PluginUrlRequest* LookupRequest(int request_id) const; bool IsValidRequest(PluginUrlRequest* request) const; void CleanupRequests(); |