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

Unified Diff: chrome/test/data/devtools/target_list/manifest.json

Issue 12319114: Extract debugger target enumeration into a separate class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@debugger
Patch Set: Rebase 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/test/data/devtools/target_list/manifest.json
diff --git a/chrome/test/data/extensions/api_test/debugger/manifest.json b/chrome/test/data/devtools/target_list/manifest.json
similarity index 71%
copy from chrome/test/data/extensions/api_test/debugger/manifest.json
copy to chrome/test/data/devtools/target_list/manifest.json
index 116c935e3582bb16007c31d90fe3f1b608f0f1bb..19dfdfcf8582b5308cca6929437c7fdd44999452 100644
--- a/chrome/test/data/extensions/api_test/debugger/manifest.json
+++ b/chrome/test/data/devtools/target_list/manifest.json
@@ -1,12 +1,11 @@
{
- "name": "Debugger",
+ "name": "Remote Debugger Test",
"version": "1.0",
"manifest_version": 2,
"background": {
"scripts": ["background.js"]
},
"permissions": [
- "tabs",
- "debugger"
+ "http://*/"
]
}
« no previous file with comments | « chrome/test/data/devtools/target_list/background.js ('k') | chrome/test/data/devtools/target_list/test_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698