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

Side by Side Diff: ppapi/tests/extensions/load_unload/manifest.json

Issue 1117023002: Keep event page alive when there's some Pepper plugin on it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove DCHECK. Created 5 years, 6 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 unified diff | Download patch
« no previous file with comments | « ppapi/tests/extensions/load_unload/load_unload.cc ('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
1 { 1 {
2 "name": "Extensions Button", 2 "name": "Lazy background wait for NaCl test",
3 "description": "Access the Extensions window directly from the toolbar", 3 "description": "Tests that a lazy background page stays alive while a NaCl mod ule exists in its DOM",
4 "version": "1", 4 "version": "0",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "permissions": ["tabs"],
7 "background": { 6 "background": {
8 "scripts": ["background.js"], 7 "scripts": ["background.js"],
9 "persistent": false 8 "persistent": false
10 }, 9 },
11 "browser_action": { 10 "browser_action": {
12 "default_icon" : "ext_icon.png", 11 "default_icon" : "ext_icon.png",
13 "default_title": "Open Extensions window" 12 "default_title": "Open Extensions window"
14 } 13 }
15 } 14 }
OLDNEW
« no previous file with comments | « ppapi/tests/extensions/load_unload/load_unload.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698