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