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(
|
||||
net::URLRequest* request,
|
||||
const base::FilePath& plugin_path,
|
||||
const std::string& mime_type,
|
||||
GURL* origin,
|
||||
std::string* payload) {
|
||||
|
|
|
@ -25,7 +25,6 @@ class AtomResourceDispatcherHostDelegate
|
|||
std::unique_ptr<net::ClientCertStore> CreateClientCertStore(
|
||||
content::ResourceContext* resource_context) override;
|
||||
bool ShouldInterceptResourceAsStream(net::URLRequest* request,
|
||||
const base::FilePath& plugin_path,
|
||||
const std::string& mime_type,
|
||||
GURL* origin,
|
||||
std::string* payload) override;
|
||||
|
|
Loading…
Add table
Reference in a new issue