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

Unified 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, 7 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
« no previous file with comments | « ppapi/tests/extensions/load_unload/load_unload.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/extensions/load_unload/manifest.json
diff --git a/chrome/test/data/extensions/api_test/lazy_background_page/browser_action_create_tab/manifest.json b/ppapi/tests/extensions/load_unload/manifest.json
similarity index 56%
copy from chrome/test/data/extensions/api_test/lazy_background_page/browser_action_create_tab/manifest.json
copy to ppapi/tests/extensions/load_unload/manifest.json
index deb0b6798e9865abd17a33be2fde9dacdfc0da4d..33d12dab3f3282cf15d43b881e61c877e8af3dff 100644
--- a/chrome/test/data/extensions/api_test/lazy_background_page/browser_action_create_tab/manifest.json
+++ b/ppapi/tests/extensions/load_unload/manifest.json
@@ -1,9 +1,8 @@
{
- "name": "Extensions Button",
- "description": "Access the Extensions window directly from the toolbar",
- "version": "1",
+ "name": "Lazy background wait for NaCl test",
+ "description": "Tests that a lazy background page stays alive while a NaCl module exists in its DOM",
+ "version": "0",
"manifest_version": 2,
- "permissions": ["tabs"],
"background": {
"scripts": ["background.js"],
"persistent": false
« 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