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

Unified Diff: chrome/test/data/extensions/api_test/lazy_background_page/wait_for_request/manifest.json

Issue 9562017: Keep lazy background page alive while there are pending network requests or (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/extensions/api_test/lazy_background_page/wait_for_request/manifest.json
diff --git a/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_request/manifest.json b/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_request/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..96e849813d25ad5940d446f4c6d39999e6be3022
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_request/manifest.json
@@ -0,0 +1,11 @@
+{
+ "name": "Lazy BG onInstalled test",
+ "description": "Test that the onInstalled event is handled properly",
+ "version": "1",
+ "manifest_version": 2,
+ "permissions": ["tabs", "experimental"],
+ "background": {
+ "scripts": ["background.js"],
+ "persistent": false
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698