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

Side by Side Diff: chrome/test/data/devtools/extensions/devtools_extension/manifest.json

Issue 8899008: Added a smoke test for DevTools extension API (detailed API tests are in WebKit) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years 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 unified diff | Download patch
« no previous file with comments | « chrome/test/data/devtools/extensions/devtools_extension/devtools.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "description": "Devtools Test extension",
3 "name": "Devtools Test extension",
4 "version": "0.1",
5 "manifest_version": 2,
6 "devtools_page": "devtools.html",
7 "permissions": [
8 "experimental"
9 ]
10 }
OLDNEW
« no previous file with comments | « chrome/test/data/devtools/extensions/devtools_extension/devtools.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698