| 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 867b89774124d9970ff22130c686e1575a96b714..b139f84d834c438b2d185891f780738d2cd6f188 100644
|
| --- a/content/browser/resources/service_worker/serviceworker_internals.html
|
| +++ b/content/browser/resources/service_worker/serviceworker_internals.html
|
| @@ -71,6 +71,8 @@
|
| jsvalues=".scope:scope;.partition_path:$partition_path">Unregister</button>
|
| <button href="#" class="sync" jsdisplay="$this.active.running_status == 'RUNNING'"
|
| jsvalues=".scope:scope;.partition_path:$partition_path">Sync</button>
|
| + <button href="#" class="push" jsdisplay="$this.active.running_status == 'RUNNING'"
|
| + jsvalues=".scope:scope;.partition_path:$partition_path">Push</button>
|
| <button href="#" class="inspect" jsdisplay="$this.active.running_status == 'RUNNING'"
|
| jsvalues=".scope:scope;.partition_path:$partition_path">Inspect</button>
|
| <span class="operation-status" style="display: none">Running...</span>
|
|
|