Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / child / request_info.cc
index 33069f5..e52f2aa 100644 (file)
@@ -11,6 +11,8 @@ RequestInfo::RequestInfo()
       load_flags(0),
       requestor_pid(0),
       request_type(RESOURCE_TYPE_MAIN_FRAME),
+      fetch_request_context_type(REQUEST_CONTEXT_TYPE_UNSPECIFIED),
+      fetch_frame_type(REQUEST_CONTEXT_FRAME_TYPE_NONE),
       priority(net::LOW),
       request_context(0),
       appcache_host_id(0),
@@ -18,7 +20,10 @@ RequestInfo::RequestInfo()
       download_to_file(false),
       has_user_gesture(false),
       skip_service_worker(false),
+      fetch_request_mode(FETCH_REQUEST_MODE_NO_CORS),
+      fetch_credentials_mode(FETCH_CREDENTIALS_MODE_OMIT),
       enable_load_timing(false),
+      enable_upload_progress(false),
       extra_data(NULL) {
 }