Commit 2af7098d authored by momohatt's avatar momohatt Committed by Commit Bot

Remove unused variable in ServiceWorkerNewScriptLoader unittest

A variable named test_loader_factory, declared in SetUp() of the
ServiceWorkerNewScriptLoaderTest is not used and therefore can be
removed.

Change-Id: I5d344dc6d29c5c473e62a76c6a1a005f3e6cc349
Reviewed-on: https://chromium-review.googlesource.com/1237693Reviewed-by: default avatarMakoto Shimazu <shimazu@chromium.org>
Commit-Queue: Momoko Hattori <momohatt@google.com>
Cr-Commit-Position: refs/heads/master@{#593804}
parent 90b6c393
......@@ -173,7 +173,6 @@ class ServiceWorkerNewScriptLoaderTest : public testing::Test {
"this is an import script response body from the network")));
// Initialize URLLoaderFactory.
network::mojom::URLLoaderFactoryPtr test_loader_factory;
mock_url_loader_factory_ =
std::make_unique<MockNetworkURLLoaderFactory>(mock_server_.get());
helper_->SetNetworkFactory(mock_url_loader_factory_.get());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment