| Index: chrome_frame/chrome_frame_automation.h
|
| ===================================================================
|
| --- chrome_frame/chrome_frame_automation.h (revision 240900)
|
| +++ chrome_frame/chrome_frame_automation.h (working copy)
|
| @@ -453,8 +453,6 @@
|
| virtual void OnReadComplete(int request_id, const std::string& data);
|
| virtual void OnResponseEnd(int request_id,
|
| const net::URLRequestStatus& status);
|
| - virtual void OnCookiesRetrieved(bool success, const GURL& url,
|
| - const std::string& cookie_string, int cookie_id);
|
|
|
| bool is_initialized() const {
|
| return init_state_ == INITIALIZED;
|
|
|