Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(938)

Unified Diff: content/browser/resources/service_worker/serviceworker_internals.js

Issue 274743003: Add "inspect" button to chrome://serviceworker-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and fix typo Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/resources/service_worker/serviceworker_internals.js
diff --git a/content/browser/resources/service_worker/serviceworker_internals.js b/content/browser/resources/service_worker/serviceworker_internals.js
index ec2132c985ec66df5c642018ecf2cd4f3f4dc43c..1be184cf6fcc7e33dde303d9a0b560bda16e7719 100644
--- a/content/browser/resources/service_worker/serviceworker_internals.js
+++ b/content/browser/resources/service_worker/serviceworker_internals.js
@@ -15,7 +15,7 @@ cr.define('serviceworker', function() {
// All commands are sent with the partition_path and scope, and
// are all completed with 'onOperationComplete'.
- var COMMANDS = ['unregister', 'start', 'stop', 'sync'];
+ var COMMANDS = ['unregister', 'start', 'stop', 'sync', 'inspect'];
function commandHandler(command) {
return function(event) {
var link = event.target;

Powered by Google App Engine
This is Rietveld 408576698