diff options
Diffstat (limited to 'webkit/glue/webplugin_impl.h')
-rw-r--r-- | webkit/glue/webplugin_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/webplugin_impl.h b/webkit/glue/webplugin_impl.h index 5bbc39f..af0d021 100644 --- a/webkit/glue/webplugin_impl.h +++ b/webkit/glue/webplugin_impl.h @@ -137,10 +137,10 @@ class WebPluginImpl : public WebPlugin, NPObject* GetPluginElement(); void SetCookie(const GURL& url, - const GURL& policy_url, + const GURL& first_party_for_cookies, const std::string& cookie); std::string GetCookies(const GURL& url, - const GURL& policy_url); + const GURL& first_party_for_cookies); void ShowModalHTMLDialog(const GURL& url, int width, int height, const std::string& json_arguments, |