diff options
Diffstat (limited to 'chrome_frame/chrome_frame_npapi.h')
-rw-r--r-- | chrome_frame/chrome_frame_npapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame_npapi.h b/chrome_frame/chrome_frame_npapi.h index 6ba130e..cc21ff5 100644 --- a/chrome_frame/chrome_frame_npapi.h +++ b/chrome_frame/chrome_frame_npapi.h @@ -139,6 +139,9 @@ END_MSG_MAP() virtual void OnSetCookieAsync(int tab_handle, const GURL& url, const std::string& cookie); + virtual void OnGetCookiesFromHost(int tab_handle, const GURL& url, + int cookie_id); + // ChromeFrameDelegate overrides virtual void OnLoadFailed(int error_code, const std::string& url); virtual void OnAutomationServerReady(); |