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

Side by Side Diff: chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json

Issue 360039: Fix bug where we were not displaying icons in the management (Closed)
Patch Set: update test data Created 11 years, 1 month 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
OLDNEW
1 { 1 {
2 "id": "hpiknbiabeeppbpihjehijgoemciehgk", 2 "id": "hpiknbiabeeppbpihjehijgoemciehgk",
3 "version": "2", 3 "version": "2",
4 "name": "My extension 2", 4 "name": "My extension 2",
5 "enabled": true, 5 "enabled": true,
6 "description": "", 6 "description": "",
7 "permissions": [], 7 "permissions": [],
8 "icon": "",
9 "order": 2, 8 "order": 2,
10 "content_scripts": [], 9 "content_scripts": [],
11 "views": [ 10 "views": [
12 { 11 {
13 "path": "bar.html", 12 "path": "bar.html",
14 "render_proess_id": 42, 13 "render_proess_id": 42,
15 "render_view_id": 88 14 "render_view_id": 88
16 }, 15 },
17 { 16 {
18 "path": "bar.html", 17 "path": "bar.html",
19 "render_proess_id": 0, 18 "render_proess_id": 0,
20 "render_view_id": 0 19 "render_view_id": 0
21 } 20 }
22 ] 21 ]
23 } 22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698