Upstream version 6.34.113.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / android / xwalk_cookie_access_policy.cc
index 2eef174..140c46b 100644 (file)
@@ -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();
 }