X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fxwalk%2Fruntime%2Fbrowser%2Fandroid%2Fxwalk_cookie_access_policy.cc;h=140c46ba51a59f407fc25d00cfb770f6622e8baa;hb=1e23ad6541c47511c5a4f268201d7ae4371bb979;hp=2eef174d1fa1f003a0365f51e556f1c0856d7ae7;hpb=811af83c0364ea5cf88644cc8a17ab1da9cabb5a;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/xwalk/runtime/browser/android/xwalk_cookie_access_policy.cc b/src/xwalk/runtime/browser/android/xwalk_cookie_access_policy.cc index 2eef174..140c46b 100644 --- a/src/xwalk/runtime/browser/android/xwalk_cookie_access_policy.cc +++ b/src/xwalk/runtime/browser/android/xwalk_cookie_access_policy.cc @@ -57,7 +57,7 @@ bool XWalkCookieAccessPolicy::AllowGetCookie( const net::CookieList& cookie_list, content::ResourceContext* context, int render_process_id, - int render_view_id) { + int render_frame_id) { return GetGlobalAllowAccess(); } @@ -67,7 +67,7 @@ bool XWalkCookieAccessPolicy::AllowSetCookie( const std::string& cookie_line, content::ResourceContext* context, int render_process_id, - int render_view_id, + int render_frame_id, net::CookieOptions* options) { return GetGlobalAllowAccess(); }