| Index: content/browser/resources/service_worker/serviceworker_internals.html
|
| diff --git a/content/browser/resources/service_worker/serviceworker_internals.html b/content/browser/resources/service_worker/serviceworker_internals.html
|
| index 4e81776e7603d9050d145a0e597949683ba0818b..51961263d8deaf45080ea1579ecd75f5ffa1776b 100644
|
| --- a/content/browser/resources/service_worker/serviceworker_internals.html
|
| +++ b/content/browser/resources/service_worker/serviceworker_internals.html
|
| @@ -49,9 +49,6 @@
|
| <button href="#" class="stop"
|
| jsvalues=".cmdArgs:{partition_id:$partition_id,version_id:version_id}"
|
| jsdisplay="$this.running_status == 'RUNNING'">Stop</button>
|
| - <button href="#" class="push"
|
| - jsvalues=".cmdArgs:{partition_id:$partition_id,version_id:version_id}"
|
| - jsdisplay="$this.running_status == 'RUNNING'">Push</button>
|
| <button href="#" class="inspect"
|
| jsvalues=".cmdArgs:{process_id:process_id,devtools_agent_route_id:devtools_agent_route_id}"
|
| jsdisplay="$this.running_status == 'RUNNING'">Inspect</button>
|
|
|