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

Unified Diff: chrome/common/extensions/api/debugger.json

Issue 13517002: Support shared workers as debug targets for chrome.debugger API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fresh patch for a new trybot run. Created 7 years, 9 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: chrome/common/extensions/api/debugger.json
diff --git a/chrome/common/extensions/api/debugger.json b/chrome/common/extensions/api/debugger.json
index ad8c8ade52129574bcd2491ca7edbac2ec27eb26..fe2e08aabc1b7491414c9875cc963c3ba76c073b 100644
--- a/chrome/common/extensions/api/debugger.json
+++ b/chrome/common/extensions/api/debugger.json
@@ -24,7 +24,7 @@
"type": {
"type": "string",
"description": "Target type.",
- "enum" : ["page", "background_page", "other" ]
+ "enum" : ["page", "background_page", "worker", "other" ]
},
"id": { "type": "string", "description": "Target id." },
"attached": { "type": "boolean", "description": "True if debugger is already attached." },

Powered by Google App Engine
This is Rietveld 408576698