Move ResourceRequestBody to services/network in preparation of moving content/network.
https://chromium-review.googlesource.com/864422
This commit is contained in:
parent
d3c6aa12d1
commit
37168c0a95
8 changed files with 22 additions and 19 deletions
|
@ -147,7 +147,7 @@ class App : public AtomBrowserClient::Delegate,
|
|||
WindowOpenDisposition disposition,
|
||||
const blink::mojom::WindowFeatures& features,
|
||||
const std::vector<std::string>& additional_features,
|
||||
const scoped_refptr<content::ResourceRequestBody>& body,
|
||||
const scoped_refptr<network::ResourceRequestBody>& body,
|
||||
bool user_gesture,
|
||||
bool opener_suppressed,
|
||||
bool* no_javascript_access) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue