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 ae854680e5af9e96e7ed164dba46b57e19dcf06f..867b89774124d9970ff22130c686e1575a96b714 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="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> |
</div> |
</div> |