Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / runtime_quota_permission_context.cc
index 026d624..040cb46 100644 (file)
@@ -11,12 +11,9 @@ namespace xwalk {
 RuntimeQuotaPermissionContext::RuntimeQuotaPermissionContext() {}
 
 void RuntimeQuotaPermissionContext::RequestQuotaPermission(
-    const GURL& origin_url,
-    quota::StorageType type,
-    int64 requested_quota,
-    int render_process_id,
-    int render_view_id,
-    const PermissionCallback& callback) {
+      const content::StorageQuotaParams& params,
+      int render_process_id,
+      const PermissionCallback& callback) {
   // TODO(wang16): Handle request according to app's manifest declaration.
   callback.Run(QUOTA_PERMISSION_RESPONSE_ALLOW);
 }