Searched refs:automation_request (Results 1 – 2 of 2) sorted by relevance
520 AutomationURLRequest automation_request; in StartAsync() local521 automation_request.url = request_->url().spec(); in StartAsync()522 automation_request.method = request_->method(); in StartAsync()523 automation_request.referrer = referrer.spec(); in StartAsync()524 automation_request.extra_request_headers = new_request_headers.ToString(); in StartAsync()525 automation_request.upload_data = upload_data; in StartAsync()526 automation_request.resource_type = resource_type; in StartAsync()527 automation_request.load_flags = request_->load_flags(); in StartAsync()531 new AutomationMsg_RequestStart(tab_, id_, automation_request)); in StartAsync()
450 AutomationURLRequest automation_request( in StartAsync() local461 tab_, id_, automation_request)); in StartAsync()