Simplify ShouldInterceptResourceAsStream to remove unneeded code path.

https://chromium-review.googlesource.com/c/chromium/src/+/939857
This commit is contained in:
deepak1556 2018-04-12 13:40:45 +05:30 committed by Samuel Attard
parent c9f20516ac
commit b268e37663
2 changed files with 0 additions and 2 deletions

View file

@ -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) {

View file

@ -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;