Commit b4dc0920 authored by Kenichi Ishibashi's avatar Kenichi Ishibashi Committed by Commit Bot

Remove helper() from FakeServiceWorker

This doesn't seem to be used.

Bug: N/A
Change-Id: I050398b164cb58d86ee7b1af271fa91fdc43a2ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294500Reviewed-by: default avatarMatt Falkenhagen <falken@chromium.org>
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#787643}
parent 53189197
...@@ -35,8 +35,6 @@ class FakeServiceWorker : public blink::mojom::ServiceWorker { ...@@ -35,8 +35,6 @@ class FakeServiceWorker : public blink::mojom::ServiceWorker {
return host_; return host_;
} }
EmbeddedWorkerTestHelper* helper() { return helper_; }
void Bind(mojo::PendingReceiver<blink::mojom::ServiceWorker> receiver); void Bind(mojo::PendingReceiver<blink::mojom::ServiceWorker> receiver);
// Returns after InitializeGlobalScope() is called. // Returns after InitializeGlobalScope() is called.
......
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