Prohibit blink::FetchParameters copy
This CL deletes the default copy constructor and introduce a move constructor instead. That's because we are planning to add a non-copiable member for streaming body to ResourceRequest ("fetch() upload streaming" design doc/ http://bit.ly/2RlBw6x), which is a instance member of FetchParameters. Bug: 787704 Change-Id: I25949176e44b71d2a59d4081455340b65344a7c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1947616Reviewed-by:Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#721857}
Showing
Please register or sign in to comment