Simplify ShouldInterceptResourceAsStream to remove unneeded code path.
https://chromium-review.googlesource.com/c/chromium/src/+/939857
This commit is contained in:
parent
c9f20516ac
commit
b268e37663
2 changed files with 0 additions and 2 deletions
|
@ -147,7 +147,6 @@ AtomResourceDispatcherHostDelegate::CreateClientCertStore(
|
||||||
|
|
||||||
bool AtomResourceDispatcherHostDelegate::ShouldInterceptResourceAsStream(
|
bool AtomResourceDispatcherHostDelegate::ShouldInterceptResourceAsStream(
|
||||||
net::URLRequest* request,
|
net::URLRequest* request,
|
||||||
const base::FilePath& plugin_path,
|
|
||||||
const std::string& mime_type,
|
const std::string& mime_type,
|
||||||
GURL* origin,
|
GURL* origin,
|
||||||
std::string* payload) {
|
std::string* payload) {
|
||||||
|
|
|
@ -25,7 +25,6 @@ class AtomResourceDispatcherHostDelegate
|
||||||
std::unique_ptr<net::ClientCertStore> CreateClientCertStore(
|
std::unique_ptr<net::ClientCertStore> CreateClientCertStore(
|
||||||
content::ResourceContext* resource_context) override;
|
content::ResourceContext* resource_context) override;
|
||||||
bool ShouldInterceptResourceAsStream(net::URLRequest* request,
|
bool ShouldInterceptResourceAsStream(net::URLRequest* request,
|
||||||
const base::FilePath& plugin_path,
|
|
||||||
const std::string& mime_type,
|
const std::string& mime_type,
|
||||||
GURL* origin,
|
GURL* origin,
|
||||||
std::string* payload) override;
|
std::string* payload) override;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue