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 dcc4a4cd1ecfd846314c5b58422a59899a8e76d0..85e704546643eb3882317a94fa7cb2244206c194 100644 |
--- a/content/browser/resources/service_worker/serviceworker_internals.html |
+++ b/content/browser/resources/service_worker/serviceworker_internals.html |
@@ -48,6 +48,9 @@ |
<button href="#" class="sync" |
jsvalues=".cmdArgs:{partition_id:$partition_id,version_id:version_id}" |
jsdisplay="$this.running_status == 'RUNNING'">Sync</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> |